summaryrefslogtreecommitdiff
path: root/print-rip.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-rip.c')
-rw-r--r--print-rip.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/print-rip.c b/print-rip.c
index 61c131f4..58cb8803 100644
--- a/print-rip.c
+++ b/print-rip.c
@@ -19,10 +19,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-rip.c,v 1.55 2002-12-22 02:01:49 hannes Exp $ (LBL)";
-#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -37,6 +33,10 @@ static const char rcsid[] =
#include "addrtoname.h"
#include "extract.h" /* must come after interface.h */
+#ifndef lint
+static const char rcsid[] _U_ =
+ "@(#) $Header: /tcpdump/master/tcpdump/print-rip.c,v 1.56 2003-11-15 00:39:37 guy Exp $ (LBL)";
+#endif
struct rip {
u_int8_t rip_cmd; /* request/response */
u_int8_t rip_vers; /* protocol version # */