X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..fb8b947488c7f22b518de1df1a91e663dc7ab33c:/print-stp.c diff --git a/print-stp.c b/print-stp.c index 19e5c82d..11df16ca 100644 --- a/print-stp.c +++ b/print-stp.c @@ -9,6 +9,10 @@ * Contributed by Lennert Buytenhek */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.13 2003-11-16 09:36:38 guy Exp $"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" @@ -24,10 +28,6 @@ #include "addrtoname.h" #include "extract.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.12 2003-11-15 00:39:41 guy Exp $"; -#endif static void stp_print_bridge_id(const u_char *p) {