diff options
Diffstat (limited to 'print-lane.c')
| -rw-r--r-- | print-lane.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print-lane.c b/print-lane.c index 363caa5b..37aa16e6 100644 --- a/print-lane.c +++ b/print-lane.c @@ -20,6 +20,10 @@ * */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-lane.c,v 1.22 2003-11-16 09:36:27 guy Exp $ (LBL)"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" @@ -36,10 +40,6 @@ #include "ether.h" #include "lane.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-lane.c,v 1.21 2003-11-15 00:39:30 guy Exp $ (LBL)"; -#endif static const struct tok lecop2str[] = { { 0x0001, "configure request" }, { 0x0101, "configure response" }, |
