summaryrefslogtreecommitdiff
path: root/print-ah.c
diff options
context:
space:
mode:
authorfenner <fenner>1999-12-15 08:10:17 +0000
committerfenner <fenner>1999-12-15 08:10:17 +0000
commit95be1abb3574f6fc9bdd5c90ff7073295ee07de7 (patch)
treed1f305321a8691c23b6ef1524bc0ab00a1eefaeb /print-ah.c
parent89acb0123899f025095346103aa682969f63213e (diff)
downloadtcpdump-95be1abb3574f6fc9bdd5c90ff7073295ee07de7.tar.gz
Put back the $'s in the Header RCS strings.
Make rcsid const to quiet warnings.
Diffstat (limited to 'print-ah.c')
-rw-r--r--print-ah.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-ah.c b/print-ah.c
index 074b0378..e2dfc7b0 100644
--- a/print-ah.c
+++ b/print-ah.c
@@ -22,8 +22,8 @@
*/
#ifndef lint
-static char rcsid[] =
- "@(#) Header: print-ah.c,v 1.37 94/06/10 17:01:42 mccanne Exp (LBL)";
+static const char rcsid[] =
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ah.c,v 1.5 1999-12-15 08:10:17 fenner Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H