patch-2.4.4 linux/include/linux/string.h
Next file: linux/include/linux/sunrpc/sched.h
Previous file: linux/include/linux/socket.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Apr 27 15:48:21 2001
- Orig file:
v2.4.3/linux/include/linux/string.h
- Orig date:
Mon Mar 26 15:48:11 2001
diff -u --recursive --new-file v2.4.3/linux/include/linux/string.h linux/include/linux/string.h
@@ -1,6 +1,10 @@
#ifndef _LINUX_STRING_H_
#define _LINUX_STRING_H_
+/* We don't want strings.h stuff being user by user stuff by accident */
+
+#ifdef __KERNEL__
+
#include <linux/types.h> /* for size_t */
#include <linux/stddef.h> /* for NULL */
@@ -80,4 +84,5 @@
}
#endif
+#endif
#endif /* _LINUX_STRING_H_ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)