patch-2.2.18 linux/include/linux/nfsd/syscall.h
Next file: linux/include/linux/nfsd/xdr3.h
Previous file: linux/include/linux/nfsd/stats.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Tue Nov 28 17:09:58 2000
- Orig file:
v2.2.17/include/linux/nfsd/syscall.h
- Orig date:
Fri Apr 21 23:11:46 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/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)