aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold/probe.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/probe.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/probe.c')
-rw-r--r--usr.sbin/rtsold/probe.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/rtsold/probe.c b/usr.sbin/rtsold/probe.c
index 64eabcf814e0..3b29cb44ade0 100644
--- a/usr.sbin/rtsold/probe.c
+++ b/usr.sbin/rtsold/probe.c
@@ -1,3 +1,5 @@
+/* $KAME$ */
+
/*
* Copyright (C) 1998 WIDE Project.
* All rights reserved.
@@ -34,6 +36,7 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/uio.h>
+#include <sys/queue.h>
#include <net/if.h>
#if defined(__FreeBSD__) && __FreeBSD__ >= 3