From: guy Date: Sun, 31 Jul 2005 19:02:32 +0000 (+0000) Subject: From OpenBSD: fix a comment. X-Git-Tag: libpcap-0.9.4~14 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/c8b15f67a1e0a84d81d43d090b67f6bf64dd0c64 From OpenBSD: fix a comment. --- diff --git a/gencode.c b/gencode.c index a6854aca..311d7dd5 100644 --- a/gencode.c +++ b/gencode.c @@ -21,7 +21,7 @@ */ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.221.2.28 2005-07-20 15:20:20 hannes Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.221.2.29 2005-07-31 19:02:32 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -6091,7 +6091,7 @@ gen_pf_ifname(const char *ifname) return (b0); } -/* PF firewall log matched interface */ +/* PF firewall log ruleset name */ struct block * gen_pf_ruleset(char *ruleset) {