dect
/
libpcap
Archived
13
0
Fork 0

remove superfluous line for igrp. From Rick Jones <raj@cup.hp.com>

This commit is contained in:
assar 2000-04-01 11:37:45 +00:00
parent 976010a043
commit c9e00ba444
1 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@
*/
#ifndef lint
static const char rcsid[] =
"@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.103 2000-03-01 14:07:02 itojun Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.104 2000-04-01 11:37:45 assar Exp $ (LBL)";
#endif
#include <sys/types.h>
@ -1209,7 +1209,6 @@ gen_proto_abbrev(proto)
#endif
case Q_IGRP:
b1 = gen_proto(IPPROTO_IGRP, Q_IP, Q_DEFAULT);
gen_and(b0, b1);
break;
#ifndef IPPROTO_PIM