Remove useless <sys/socketvar.h> includes.
authormpi <mpi@openbsd.org>
Fri, 5 Jan 2018 08:13:31 +0000 (08:13 +0000)
committermpi <mpi@openbsd.org>
Fri, 5 Jan 2018 08:13:31 +0000 (08:13 +0000)
ok kettenis@, visa@, claudio@, deraadt@

sbin/mount_nfs/mount_nfs.c
sbin/nfsd/nfsd.c
sbin/umount/umount.c
usr.bin/showmount/showmount.c
usr.sbin/identd/identd.c
usr.sbin/npppd/common/radish.c
usr.sbin/snmpd/agentx.c
usr.sbin/snmpd/traphandler.c

index 21b4cc5..3ddd5f8 100644 (file)
@@ -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>
 
index 7350829..41448a2 100644 (file)
@@ -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>
index 570d184..9f6d132 100644 (file)
@@ -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>
index 05db23d..0cf8db3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: showmount.c,v 1.21 2017/01/21 11:32:04 guenther Exp $ */
+/*     $OpenBSD: showmount.c,v 1.22 2018/01/05 08:13:31 mpi Exp $      */
 /*     $NetBSD: showmount.c,v 1.7 1996/05/01 18:14:10 cgd Exp $        */
 
 /*
@@ -36,7 +36,6 @@
 #include <sys/types.h>
 #include <sys/file.h>
 #include <sys/socket.h>
-#include <sys/socketvar.h>
 
 #include <netdb.h>
 #include <rpc/rpc.h>
index 431c248..f0ffc61 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: identd.c,v 1.38 2017/07/04 01:09:42 dlg Exp $ */
+/*     $OpenBSD: identd.c,v 1.39 2018/01/05 08:13:31 mpi Exp $ */
 
 /*
  * Copyright (c) 2013 David Gwynne <dlg@openbsd.org>
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
-#include <sys/socketvar.h>
+#include <sys/queue.h>
 #include <sys/stat.h>
 #include <sys/sysctl.h>
 #include <sys/uio.h>
index 9c99aa7..ddc487b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: radish.c,v 1.5 2017/05/30 17:52:05 yasuoka Exp $ */
+/*     $OpenBSD: radish.c,v 1.6 2018/01/05 08:13:31 mpi Exp $ */
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
  * All rights reserved.
@@ -41,7 +41,6 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
-#include <sys/socketvar.h>
 #include <string.h>
 #include <stdlib.h>
 #include <errno.h>
index 6ae159b..85f6c47 100644 (file)
@@ -1,4 +1,4 @@
-/*      $OpenBSD: agentx.c,v 1.10 2015/12/05 06:42:18 mmcc Exp $    */
+/*      $OpenBSD: agentx.c,v 1.11 2018/01/05 08:13:32 mpi Exp $    */
 /*
  * Copyright (c) 2013,2014 Bret Stephen Lambert <blambert@openbsd.org>
  *
@@ -17,7 +17,7 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
-#include <sys/socketvar.h>
+#include <sys/queue.h>
 #include <sys/uio.h>
 #include <sys/un.h>
 
index f118ea4..a301d40 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: traphandler.c,v 1.9 2017/08/12 04:29:57 rob Exp $     */
+/*     $OpenBSD: traphandler.c,v 1.10 2018/01/05 08:13:32 mpi Exp $    */
 
 /*
  * Copyright (c) 2014 Bret Stephen Lambert <blambert@openbsd.org>
@@ -18,7 +18,6 @@
 
 #include <sys/queue.h>
 #include <sys/socket.h>
-#include <sys/socketvar.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <sys/uio.h>