summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>2000-01-10 16:58:37 +0000
committerkleink <kleink@NetBSD.org>2000-01-10 16:58:37 +0000
commit12aed170cd1b1682c4c554efaafbe9c19699b0f3 (patch)
tree10b50dacb2064517c7746b7c126088f52a930e7a /include
parent6f29805ef3c9f14e23615e763834370d2da12716 (diff)
Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to
td C headers including it, and a kernel module written in C++ would benfit as well.
Diffstat (limited to 'include')
-rw-r--r--include/null.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/null.h b/include/null.h
deleted file mode 100644
index 58bda436510..00000000000
--- a/include/null.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* $NetBSD: null.h,v 1.1 1999/12/22 21:26:17 kleink Exp $ */
-
-#ifndef NULL
-#if !defined(__GNUG__) || __GNUG__ < 2 || (__GNUG__ == 2 && __GNUC_MINOR__ < 90)
-#define NULL 0
-#else
-#define NULL __null
-#endif
-#endif