diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-01-05 08:13:33 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-01-05 08:13:33 +0000 |
commit | 345dae38abafd2ccf4b1b1283546362810ae28c3 (patch) | |
tree | 6c68cba608bc2115154879531b7987e216d36f3a /sbin | |
parent | e9df04ecd6447b8fa1f006b0f3ccc9d4a858d243 (diff) |
Remove useless <sys/socketvar.h> includes.
ok kettenis@, visa@, claudio@, deraadt@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.c | 3 | ||||
-rw-r--r-- | sbin/nfsd/nfsd.c | 3 | ||||
-rw-r--r-- | sbin/umount/umount.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c index 21b4cc54e77..3ddd5f8981d 100644 --- a/sbin/mount_nfs/mount_nfs.c +++ b/sbin/mount_nfs/mount_nfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_nfs.c,v 1.53 2016/05/27 19:45:04 deraadt Exp $ */ +/* $OpenBSD: mount_nfs.c,v 1.54 2018/01/05 08:13:31 mpi Exp $ */ /* $NetBSD: mount_nfs.c,v 1.12.4.1 1996/05/25 22:48:05 fvdl Exp $ */ /* @@ -36,7 +36,6 @@ #include <sys/types.h> #include <sys/mount.h> #include <sys/socket.h> -#include <sys/socketvar.h> #include <sys/stat.h> #include <syslog.h> diff --git a/sbin/nfsd/nfsd.c b/sbin/nfsd/nfsd.c index 73508290882..41448a2a301 100644 --- a/sbin/nfsd/nfsd.c +++ b/sbin/nfsd/nfsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfsd.c,v 1.37 2017/08/31 06:50:56 mestre Exp $ */ +/* $OpenBSD: nfsd.c,v 1.38 2018/01/05 08:13:31 mpi Exp $ */ /* $NetBSD: nfsd.c,v 1.19 1996/02/18 23:18:56 mycroft Exp $ */ /* @@ -40,7 +40,6 @@ #include <sys/ucred.h> #include <sys/mount.h> #include <sys/socket.h> -#include <sys/socketvar.h> #include <rpc/rpc.h> #include <rpc/pmap_clnt.h> diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index 570d18414c3..9f6d1323f97 100644 --- a/sbin/umount/umount.c +++ b/sbin/umount/umount.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umount.c,v 1.27 2016/12/16 17:44:59 krw Exp $ */ +/* $OpenBSD: umount.c,v 1.28 2018/01/05 08:13:31 mpi Exp $ */ /* $NetBSD: umount.c,v 1.16 1996/05/11 14:13:55 mycroft Exp $ */ /*- @@ -34,7 +34,6 @@ #include <sys/mount.h> #include <sys/time.h> #include <sys/socket.h> -#include <sys/socketvar.h> #include <netdb.h> #include <rpc/rpc.h> |