summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>2000-01-10 16:58:38 +0000
committerkleink <kleink@NetBSD.org>2000-01-10 16:58:38 +0000
commit1bba558e50dbdff564c024f3ddb0f7e59033a901 (patch)
tree35143b71ebc6a086d07bea911e343411a9ca5e72 /include/string.h
parent12aed170cd1b1682c4c554efaafbe9c19699b0f3 (diff)
Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to
std C headers including it, and a kernel module written in C++ would benfit as well.
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/string.h b/include/string.h
index e05a19f19d7..5243a5d3901 100644
--- a/include/string.h
+++ b/include/string.h
@@ -1,4 +1,4 @@
-/* $NetBSD: string.h,v 1.21 1999/12/22 21:26:19 kleink Exp $ */
+/* $NetBSD: string.h,v 1.22 2000/01/10 16:58:38 kleink Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -44,7 +44,7 @@ typedef _BSD_SIZE_T_ size_t;
#undef _BSD_SIZE_T_
#endif
-#include <null.h>
+#include <sys/null.h>
#include <sys/cdefs.h>
#include <sys/featuretest.h>