patch-pre2.0.10 linux/include/linux/types.h

Next file: linux/include/net/sock.h
Previous file: linux/include/linux/netdevice.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.9/linux/include/linux/types.h linux/include/linux/types.h
@@ -4,7 +4,7 @@
 #include <linux/posix_types.h>
 #include <asm/types.h>
 
-#ifndef _LINUX_TYPES_DONT_EXPORT
+#ifndef __KERNEL_STRICT_NAMES
 
 typedef __kernel_fd_set		fd_set;
 typedef __kernel_dev_t		dev_t;
@@ -67,7 +67,7 @@
 typedef unsigned int		uint;
 typedef unsigned long		ulong;
 
-#endif /* _LINUX_TYPES_DONT_EXPORT */
+#endif /* __KERNEL_STRICT_NAMES */
 
 /*
  * Below are truly Linux-specific types that should never collide with

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this