summaryrefslogtreecommitdiff
path: root/usr.sbin/ipsend/common
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>1999-12-30 08:02:34 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>1999-12-30 08:02:34 +0000
commitbc7101c62bc75984bad49655468923107b964b31 (patch)
treeb6321396dada6644107680e45551ea112906e780 /usr.sbin/ipsend/common
parentdad0bf0914ebc190dd7b2e4e12620785acbe2b86 (diff)
comment type. from kwesterback@home.com
Diffstat (limited to 'usr.sbin/ipsend/common')
-rw-r--r--usr.sbin/ipsend/common/sbpf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ipsend/common/sbpf.c b/usr.sbin/ipsend/common/sbpf.c
index e03d2040ee0..b8eba0b0450 100644
--- a/usr.sbin/ipsend/common/sbpf.c
+++ b/usr.sbin/ipsend/common/sbpf.c
@@ -39,11 +39,11 @@
#if !defined(lint)
static const char sccsid[] = "@(#)sbpf.c 1.3 8/25/95 (C)1995 Darren Reed";
-static const char rcsid[] = "@(#)$Id: sbpf.c,v 1.3 1998/01/26 04:16:53 dgregor Exp $";
+static const char rcsid[] = "@(#)$Id: sbpf.c,v 1.4 1999/12/30 08:02:33 kjell Exp $";
#endif
/*
- * the code herein is dervied from libpcap.
+ * the code herein is derived from libpcap.
*/
static u_char *buf = NULL;
static int bufsize = 0, timeout = 1;