patch-2.3.31 linux/include/linux/nfsd/syscall.h
Next file: linux/include/linux/nls.h
Previous file: linux/include/linux/nfsd/nfsfh.h
Back to the patch index
Back to the overall index
-  Lines: 23
-  Date:
Tue Dec  7 14:11:35 1999
-  Orig file: 
v2.3.30/linux/include/linux/nfsd/syscall.h
-  Orig date: 
Mon Dec 28 14:10:01 1998
diff -u --recursive --new-file v2.3.30/linux/include/linux/nfsd/syscall.h linux/include/linux/nfsd/syscall.h
@@ -3,15 +3,18 @@
  *
  * This file holds all declarations for the knfsd syscall interface.
  *
- * Copyright (C) 1995 Olaf Kirch <okir@monad.swb.de>
+ * Copyright (C) 1995-1997 Olaf Kirch <okir@monad.swb.de>
  */
 
 #ifndef NFSD_SYSCALL_H
 #define NFSD_SYSCALL_H
 
-#include <linux/config.h>
-#include <linux/types.h>
-#include <linux/socket.h>
+#include <asm/types.h>
+#ifdef __KERNEL__
+# include <linux/config.h>
+# include <linux/types.h>
+# include <linux/in.h>
+#endif 
 #include <linux/posix_types.h>
 #include <linux/nfsd/const.h>
 #include <linux/nfsd/export.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)