patch-2.1.94 linux/include/linux/binfmts.h

Next file: linux/include/linux/joystick.h
Previous file: linux/include/asm-sparc64/unistd.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.93/linux/include/linux/binfmts.h linux/include/linux/binfmts.h
@@ -11,6 +11,8 @@
  */
 #define MAX_ARG_PAGES 32
 
+#ifdef __KERNEL__
+
 /*
  * This structure is used to hold the arguments that are used when loading binaries.
  */
@@ -70,4 +72,5 @@
 /* this eventually goes away */
 #define change_ldt(a,b) setup_arg_pages(a,b)
 
-#endif
+#endif /* __KERNEL__ */
+#endif /* _LINUX_BINFMTS_H */

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