diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2004-03-31 09:07:39 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-03-31 09:07:39 +0000 |
commit | feb4ecdbac00a57548c3e75b168107e9c470f354 (patch) | |
tree | b024e287db2b122351a0e433fbc33120af98a9eb /contrib/libpcap/bpf_image.c | |
parent | 09f33d614ae3d492253b1503d824296e3b77695e (diff) | |
download | src-feb4ecdbac00a57548c3e75b168107e9c470f354.tar.gz src-feb4ecdbac00a57548c3e75b168107e9c470f354.zip |
Notes
Diffstat (limited to 'contrib/libpcap/bpf_image.c')
-rw-r--r-- | contrib/libpcap/bpf_image.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/contrib/libpcap/bpf_image.c b/contrib/libpcap/bpf_image.c index 1e178bff46f7..b1d76fe7d86b 100644 --- a/contrib/libpcap/bpf_image.c +++ b/contrib/libpcap/bpf_image.c @@ -20,17 +20,14 @@ */ #ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/bpf_image.c,v 1.24 2000/07/11 00:37:04 assar Exp $ (LBL)"; +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/libpcap/bpf_image.c,v 1.25.2.1 2003/11/15 23:26:38 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include <sys/types.h> -#include <sys/time.h> - #include <stdio.h> #include <string.h> |