Navigation Menu

Skip to content

Commit

Permalink
variable initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Feb 28, 2000
1 parent 3bca01d commit 26e49d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/kame/libpcap/gencode.c
Expand Up @@ -21,7 +21,7 @@
*/
#ifndef lint
static const char rcsid[] =
"@(#) $Header: /usr/home/sumikawa/kame/kame/kame/kame/libpcap/gencode.c,v 1.8 2000/01/30 17:16:20 itojun Exp $ (LBL)";
"@(#) $Header: /usr/home/sumikawa/kame/kame/kame/kame/libpcap/gencode.c,v 1.9 2000/02/28 03:37:47 jinmei Exp $ (LBL)";
#endif

#include <sys/types.h>
Expand Down Expand Up @@ -1131,7 +1131,7 @@ struct block *
gen_proto_abbrev(proto)
int proto;
{
struct block *b0, *b1;
struct block *b0 = NULL, *b1;

switch (proto) {

Expand Down

0 comments on commit 26e49d4

Please sign in to comment.