summaryrefslogtreecommitdiff
path: root/print-ah.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-ah.c')
-rw-r--r--print-ah.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/print-ah.c b/print-ah.c
index e106d467..7d4438e8 100644
--- a/print-ah.c
+++ b/print-ah.c
@@ -21,10 +21,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ah.c,v 1.19 2002-12-11 07:13:57 guy Exp $ (LBL)";
-#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -40,6 +36,10 @@ static const char rcsid[] =
#include "addrtoname.h"
#include "extract.h"
+#ifndef lint
+static const char rcsid[] _U_ =
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ah.c,v 1.20 2003-11-15 00:39:14 guy Exp $ (LBL)";
+#endif
int
ah_print(register const u_char *bp)
{