X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7cf1b02275833ba76c7a718debad764575ef5791..4af6f40a3da4e6f8eabbc7a2e74864f4b9a5b608:/print-ether.c diff --git a/print-ether.c b/print-ether.c index 88eb8a60..adf2bfcf 100644 --- a/print-ether.c +++ b/print-ether.c @@ -18,6 +18,10 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.82.2.2 2003-11-16 08:51:20 guy Exp $ (LBL)"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" @@ -32,10 +36,6 @@ #include "addrtoname.h" #include "ethertype.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.82.2.1 2003-11-15 22:28:48 guy Exp $ (LBL)"; -#endif #include "ether.h" const u_char *snapend;