Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/file __APPLE__ has <stdint.h>, too.
details: https://anonhg.NetBSD.org/src/rev/e5c5a6ce2528
branches: trunk
changeset: 544185:e5c5a6ce2528
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Mar 14 04:34:27 2003 +0000
description:
__APPLE__ has <stdint.h>, too.
diffstat:
usr.bin/file/config.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c0122db7c4e0 -r e5c5a6ce2528 usr.bin/file/config.h
--- a/usr.bin/file/config.h Fri Mar 14 03:44:11 2003 +0000
+++ b/usr.bin/file/config.h Fri Mar 14 04:34:27 2003 +0000
@@ -91,7 +91,7 @@
/* Define if you have the <stdint.h> header file. */
#include <sys/param.h>
-#if (__NetBSD_Version__ > 106000000) || defined(__linux__)
+#if (__NetBSD_Version__ > 106000000) || defined(__linux__) || defined(__APPLE__)
#define HAVE_STDINT_H 1
#endif
Home |
Main Index |
Thread Index |
Old Index