dect
/
libpcap
Archived
13
0
Fork 0

From OpenBSD: fix a comment.

This commit is contained in:
guy 2005-07-31 19:01:14 +00:00
parent c8714e05b0
commit 0eadd018f7
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
*/
#ifndef lint
static const char rcsid[] _U_ =
"@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.254 2005-07-20 15:18:07 hannes Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.255 2005-07-31 19:01:14 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)
{