Fix comments: Cygwin is like Solaris, not like POSIX.
authorBruno Haible <bruno@clisp.org>
Thu, 22 May 2008 23:01:55 +0000 (01:01 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 22 May 2008 23:01:55 +0000 (01:01 +0200)
tests/test-copy-file-sameacls.c

index 156089a28e87ee74a9a1adccf12e7f54c4a3df8f..55c6f445fc778ad8d859c210b7d6cc8f14547619 100644 (file)
@@ -119,7 +119,7 @@ main (int argc, char *argv[])
       }
   }
   {
-#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 @@ main (int argc, char *argv[])
            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;