]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix a compile problem on AIX (STR #4307)
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 3 Apr 2013 13:06:27 +0000 (13:06 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 3 Apr 2013 13:06:27 +0000 (13:06 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10932 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES-1.6.txt
cups/http-addrlist.c

index 3620adef0097d35eb4a75bb6f99226887ffba50b..679fd7effdebc3927a6cf3b27fe47014addbb793 100644 (file)
@@ -3,6 +3,7 @@ CHANGES-1.6.txt
 
 CHANGES IN CUPS V1.6.3
 
+       - Fixed a compile problem on AIX (STR #4307)
        - The IPP backend could fail to pause a job for authentication
          (STR #4298)
        - Fixed a regression on the handling of auth keys on OS X if the
index d1e6844281fda5551d3daaf4ec0b99609f9d1a53..4943b5867ea69d59f0e38fe982a612d8769758bd 100644 (file)
@@ -34,7 +34,7 @@
 #  include <poll.h>
 #endif /* HAVE_POLL */
 #ifndef WIN32
-#  include <sys/fcntl.h>
+#  include <fcntl.h>
 #endif /* WIN32 */