aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold/rtsol.c
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-10-06 23:46:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-10-06 23:46:52 +0000
commit804c83d4bd3f618462c34d3ee767f02e0607384c (patch)
tree24737eec3efc427726a89f1abcfb468dbaf25f9f /usr.sbin/rtsold/rtsol.c
parent6f16db8137f4c7debe2cfdd3683e1be75bdb7ca9 (diff)
downloadsrc-804c83d4bd3f618462c34d3ee767f02e0607384c.tar.gz
src-804c83d4bd3f618462c34d3ee767f02e0607384c.zip
Sync with KAME. Format string auditing, and add -a flag to autoprobe
interfaces. Obtained from: KAME
Notes
Notes: svn path=/head/; revision=66776
Diffstat (limited to 'usr.sbin/rtsold/rtsol.c')
-rw-r--r--usr.sbin/rtsold/rtsol.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/rtsold/rtsol.c b/usr.sbin/rtsold/rtsol.c
index 41003ca70804..7f27aefc6261 100644
--- a/usr.sbin/rtsold/rtsol.c
+++ b/usr.sbin/rtsold/rtsol.c
@@ -1,3 +1,5 @@
+/* $KAME$ */
+
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
@@ -33,6 +35,7 @@
#include <sys/socket.h>
#include <sys/uio.h>
#include <sys/time.h>
+#include <sys/queue.h>
#include <net/if.h>
#include <net/route.h>