]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Merge 2482: stdint.h is needed on QNX for the test cases too.
authorJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Thu, 17 Jun 2010 14:41:44 +0000 (10:41 -0400)
committerJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Thu, 17 Jun 2010 14:41:44 +0000 (10:41 -0400)
SVN-Revision: 2483

cpio/test/test.h
tar/test/test.h

index c7515501ba7fa3aa1e1131715b435833682d6622..2d68f3104d14c0806f6dc5c0ee7884b15ff9438d 100644 (file)
 # define NLINKS_INACCURATE_FOR_DIRS
 #endif
 
-/* Haiku OS */
-#if defined(__HAIKU__)
-/* Haiku has typedefs in stdint.h (needed for int64_t) */
+#if defined(__HAIKU__) || defined(__QNXNTO__)
+/* Haiku and QNX have typedefs in stdint.h (needed for int64_t) */
 #include <stdint.h>
 #endif
 
index 54c8b8b10c9223acbef832c77d8afce5596e6d56..d936959254212c4040f48afc57149bbbc76bed45 100644 (file)
 # define NLINKS_INACCURATE_FOR_DIRS
 #endif
 
-/* Haiku OS */
-#if defined(__HAIKU__)
-/* Haiku has typedefs in stdint.h (needed for int64_t) */
+#if defined(__HAIKU__) || defined(__QNXNTO__)
+/* Haiku and QNX have typedefs in stdint.h (needed for int64_t) */
 #include <stdint.h>
 #endif