patch-2.1.116 linux/include/asm-alpha/posix_types.h

Next file: linux/include/asm-alpha/processor.h
Previous file: linux/include/asm-alpha/pgtable.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.115/linux/include/asm-alpha/posix_types.h linux/include/asm-alpha/posix_types.h
@@ -34,6 +34,8 @@
 	int	val[2];
 } __kernel_fsid_t;
 
+#ifdef __KERNEL__
+
 #ifndef __GNUC__
 
 #define	__FD_SET(d, set)	((set)->fds_bits[__FDELT(d)] |= __FDMASK(d))
@@ -108,5 +110,7 @@
 }
 
 #endif /* __GNUC__ */
+
+#endif /* __KERNEL__ */
 
 #endif /* _ALPHA_POSIX_TYPES_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov