summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/if.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-01-03 20:16:31 +0000
committerwollman <wollman@FreeBSD.org>1997-01-03 20:16:31 +0000
commite9eee4f4075fde5691b87c6d72f173e550b0fb4c (patch)
tree16d791bf5a4ffe43ef79fbaf67f89a3359ef5db2 /usr.bin/netstat/if.c
parentfb791032510b5ca78a473360cea58d11db7a91ac (diff)
downloadFreeBSD-src-e9eee4f4075fde5691b87c6d72f173e550b0fb4c.zip
FreeBSD-src-e9eee4f4075fde5691b87c6d72f173e550b0fb4c.tar.gz
Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.
Diffstat (limited to 'usr.bin/netstat/if.c')
-rw-r--r--usr.bin/netstat/if.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c
index 4dc9f78..0edd116 100644
--- a/usr.bin/netstat/if.c
+++ b/usr.bin/netstat/if.c
@@ -32,7 +32,11 @@
*/
#ifndef lint
+/*
static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95";
+*/
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/types.h>
@@ -41,6 +45,7 @@ static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95";
#include <sys/time.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <net/if_dl.h>
#include <net/if_types.h>
#include <netinet/in.h>
OpenPOWER on IntegriCloud