Re: [tcpdump-workers] Minor error in print-ipx.c

2004-05-26 Thread Guy Harris
On May 26, 2004, at 3:24 AM, [EMAIL PROTECTED] wrote: gcc, at least on my FreeBSD 4.9 box, doesn't like an active statement before the first declaration (compiling tcpdump-2004.05.20): ./print-ipx.c: In function `ipx_print': ./print-ipx.c:60: syntax error before `const' I fixed it as shown below. C

[tcpdump-workers] Minor error in print-ipx.c

2004-05-26 Thread sthaug
gcc, at least on my FreeBSD 4.9 box, doesn't like an active statement before the first declaration (compiling tcpdump-2004.05.20): ./print-ipx.c: In function `ipx_print': ./print-ipx.c:60: syntax error before `const' I fixed it as shown below. Steinar Haug, Nethelp consulting, [EMAIL PROTECTED]