]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4-string.patch
- obsolete
[packages/kernel.git] / linux-2.4-string.patch
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.02982 seconds and 3 git commands to generate.