]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.4-string.patch
9cdd694a797623b3d0f76ee69304dd85 linux-loop-hvr-2.4.16.0.patch
[packages/kernel.git] / linux-2.4-string.patch
CommitLineData
95e83f51
JR
1--- linux/include/linux/string.h.foo Wed Jun 21 14:47:22 2000
2+++ linux/include/linux/string.h Wed Jun 21 14:49:17 2000
3@@ -4,6 +4,8 @@
4 #include <linux/types.h> /* for size_t */
5 #include <linux/stddef.h> /* for NULL */
6
7+#ifdef __KERNEL__
8+
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12@@ -79,5 +81,7 @@
13 #ifdef __cplusplus
14 }
15 #endif
16+
17+#endif /* __KERNEL__ */
18
19 #endif /* _LINUX_STRING_H_ */
This page took 0.043441 seconds and 4 git commands to generate.