changeset 10110:d16d40824464

Fix comments: Cygwin is like Solaris, not like POSIX.
author Bruno Haible <bruno@clisp.org>
date Fri, 23 May 2008 01:01:55 +0200
parents 29794e333189
children 34dfc059b0ae
files tests/test-copy-file-sameacls.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-copy-file-sameacls.c	Fri May 23 00:14:21 2008 +0200
+++ b/tests/test-copy-file-sameacls.c	Fri May 23 01:01:55 2008 +0200
@@ -119,7 +119,7 @@
       }
   }
   {
-#if HAVE_ACL_GET_FILE /* Linux, FreeBSD, MacOS X, IRIX, Tru64, Cygwin */
+#if HAVE_ACL_GET_FILE /* Linux, FreeBSD, MacOS X, IRIX, Tru64 */
     acl_t acl1;
     char *text1;
     int errno1;
@@ -213,7 +213,7 @@
 	    return 1;
 	  }
       }
-#elif HAVE_ACL && defined GETACL /* Solaris, not HP-UX */
+#elif HAVE_ACL && defined GETACL /* Solaris, Cygwin, not HP-UX */
   int count1;
   int count2;