From bc7101c62bc75984bad49655468923107b964b31 Mon Sep 17 00:00:00 2001 From: Kjell Wooding Date: Thu, 30 Dec 1999 08:02:34 +0000 Subject: comment type. from kwesterback@home.com --- usr.sbin/ipsend/common/sbpf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ipsend/common') 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; -- cgit v1.2.3