aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/if.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1997-01-03 20:16:31 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1997-01-03 20:16:31 +0000
commit8766942543577317616764f8758dea3d27e1f1b8 (patch)
tree16d791bf5a4ffe43ef79fbaf67f89a3359ef5db2 /usr.bin/netstat/if.c
parentee3e76337136982bd2409a691664d03bdf9cafc6 (diff)
downloadsrc-8766942543577317616764f8758dea3d27e1f1b8.tar.gz
src-8766942543577317616764f8758dea3d27e1f1b8.zip
Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.
Notes
Notes: svn path=/head/; revision=21263
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 4dc9f781ec98..0edd116acb96 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>