aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-12-10 17:11:53 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-12-10 17:11:53 +0000
commit628d2ac1b093f48f6fb98b17308acacc929876d8 (patch)
tree1bb2cd09b3e27a462e04923aa2922608ee5ea899 /usr.bin
parentfc43f97826e798ad4e3534b59f3b8d3aac1c4abe (diff)
downloadsrc-628d2ac1b093f48f6fb98b17308acacc929876d8.tar.gz
src-628d2ac1b093f48f6fb98b17308acacc929876d8.zip
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/kdump/mkioctls1
-rw-r--r--usr.bin/netstat/atalk.c5
-rw-r--r--usr.bin/netstat/if.c1
-rw-r--r--usr.bin/netstat/ipx.c3
-rw-r--r--usr.bin/netstat/mroute.c1
-rw-r--r--usr.bin/netstat/route.c3
6 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls
index 61e173e08798..8ff0cd6f9548 100644
--- a/usr.bin/kdump/mkioctls
+++ b/usr.bin/kdump/mkioctls
@@ -8,6 +8,7 @@ BEGIN {
print "#include <sys/queue.h>"
print "#include <sys/socket.h>"
print "#include <sys/socketvar.h>"
+ print "#include <sys/time.h>"
print "#include <net/route.h>"
print "#include <net/if.h>"
print "#include <netinet/in.h>"
diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c
index 3087426d0f32..575ac873f208 100644
--- a/usr.bin/netstat/atalk.c
+++ b/usr.bin/netstat/atalk.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)atalk.c 1.1 (Whistle) 6/6/96";
*/
static const char rcsid[] =
- "$Id$";
+ "$Id: atalk.c,v 1.6 1996/10/28 18:56:31 wollman Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -46,9 +46,6 @@ static const char rcsid[] =
#include <sys/protosw.h>
#include <net/route.h>
-#include <net/if.h>
-
-#include <netinet/tcp_fsm.h>
#include <netatalk/at.h>
#include <netatalk/ddp_var.h>
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c
index 6c9db220cc3c..fb7ef447e50b 100644
--- a/usr.bin/netstat/if.c
+++ b/usr.bin/netstat/if.c
@@ -38,6 +38,7 @@ static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95";
#include <sys/types.h>
#include <sys/protosw.h>
#include <sys/socket.h>
+#include <sys/time.h>
#include <net/if.h>
#include <net/if_dl.h>
diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c
index fb55788be504..c6346d6e4ab1 100644
--- a/usr.bin/netstat/ipx.c
+++ b/usr.bin/netstat/ipx.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)ns.c 8.1 (Berkeley) 6/6/93";
*/
static const char rcsid[] =
- "$Id$";
+ "$Id: ipx.c,v 1.4 1996/10/28 18:56:39 wollman Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -46,7 +46,6 @@ static const char rcsid[] =
#include <sys/protosw.h>
#include <net/route.h>
-#include <net/if.h>
#include <netinet/tcp_fsm.h>
diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c
index 45c47b53f9eb..68a15f5b868a 100644
--- a/usr.bin/netstat/mroute.c
+++ b/usr.bin/netstat/mroute.c
@@ -49,6 +49,7 @@
#include <sys/socketvar.h>
#include <sys/protosw.h>
#include <sys/mbuf.h>
+#include <sys/time.h>
#include <net/if.h>
#include <netinet/in.h>
diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c
index 74bbddedfd78..2da464f30450 100644
--- a/usr.bin/netstat/route.c
+++ b/usr.bin/netstat/route.c
@@ -36,12 +36,13 @@
static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95";
#endif
static const char rcsid[] =
- "$Id: route.c,v 1.20 1996/10/09 18:19:07 wollman Exp $";
+ "$Id: route.c,v 1.21 1996/10/28 18:56:44 wollman Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/protosw.h>
#include <sys/socket.h>
+#include <sys/time.h>
#include <net/if.h>
#include <net/if_dl.h>