diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-10-28 15:59:26 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-10-28 15:59:26 +0000 |
| commit | 55b211e3af2a3fd1e1a04e5c4e2f005d5d4a9af2 (patch) | |
| tree | 40c7d40a52f2c032e0e2633ac1a1ebd7bb26f676 /sys/nfsclient/nfs_nfsiod.c | |
| parent | 734091be671b5ef2d73da392369d73cb3fcc3d9c (diff) | |
Notes
Diffstat (limited to 'sys/nfsclient/nfs_nfsiod.c')
| -rw-r--r-- | sys/nfsclient/nfs_nfsiod.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/nfsclient/nfs_nfsiod.c b/sys/nfsclient/nfs_nfsiod.c index fcf1745942e4..80f2298c6bf1 100644 --- a/sys/nfsclient/nfs_nfsiod.c +++ b/sys/nfsclient/nfs_nfsiod.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95 - * $Id: nfs_syscalls.c,v 1.28 1997/10/11 18:31:35 phk Exp $ + * $Id: nfs_syscalls.c,v 1.29 1997/10/12 20:25:47 phk Exp $ */ #include <sys/param.h> @@ -44,12 +44,10 @@ #include <sys/sysctl.h> #include <sys/file.h> #include <sys/filedesc.h> -#include <sys/stat.h> #include <sys/vnode.h> #include <sys/malloc.h> #include <sys/mount.h> #include <sys/proc.h> -#include <sys/uio.h> #include <sys/buf.h> #include <sys/mbuf.h> #include <sys/socket.h> @@ -57,7 +55,6 @@ #include <sys/domain.h> #include <sys/protosw.h> #include <sys/namei.h> -#include <sys/syslog.h> #include <netinet/in.h> #include <netinet/tcp.h> |
