X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..ffa1470e5c7ff0e50028d085a481dc797b0b51ed:/print-krb.c?ds=inline diff --git a/print-krb.c b/print-krb.c index 2b196a5b..213db642 100644 --- a/print-krb.c +++ b/print-krb.c @@ -21,6 +21,10 @@ * Initial contribution from John Hawkinson (jhawk@mit.edu). */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-krb.c,v 1.23 2003-11-16 09:36:26 guy Exp $"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" @@ -34,10 +38,6 @@ #include "addrtoname.h" #include "extract.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-krb.c,v 1.22 2003-11-15 00:39:29 guy Exp $"; -#endif static const u_char *c_print(register const u_char *, register const u_char *); static const u_char *krb4_print_hdr(const u_char *); static void krb4_print(const u_char *);