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/mount_nfs | |
parent | e9df04ecd6447b8fa1f006b0f3ccc9d4a858d243 (diff) |
Remove useless <sys/socketvar.h> includes.
ok kettenis@, visa@, claudio@, deraadt@
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.c | 3 |
1 files changed, 1 insertions, 2 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> |