Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/file Also HAVE_STDINT_H if defined(__linux__).



details:   https://anonhg.NetBSD.org/src/rev/4d2e1921ec1b
branches:  trunk
changeset: 536458:4d2e1921ec1b
user:      briggs <briggs%NetBSD.org@localhost>
date:      Mon Sep 16 14:12:04 2002 +0000

description:
Also HAVE_STDINT_H if defined(__linux__).

diffstat:

 usr.bin/file/config.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a7f6f5a58ea3 -r 4d2e1921ec1b usr.bin/file/config.h
--- a/usr.bin/file/config.h     Mon Sep 16 09:12:50 2002 +0000
+++ b/usr.bin/file/config.h     Mon Sep 16 14:12:04 2002 +0000
@@ -91,7 +91,7 @@
 
 /* Define if you have the <stdint.h> header file.  */
 #include <sys/param.h>
-#if __NetBSD_Version__ > 106000000
+#if (__NetBSD_Version__ > 106000000) || defined(__linux__)
 #define HAVE_STDINT_H 1
 #endif
 



Home | Main Index | Thread Index | Old Index