From: fenner Date: Wed, 15 Dec 1999 08:10:17 +0000 (+0000) Subject: Put back the $'s in the Header RCS strings. X-Git-Tag: tcpdump-3.5.1~449 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/95be1abb3574f6fc9bdd5c90ff7073295ee07de7 Put back the $'s in the Header RCS strings. Make rcsid const to quiet warnings. --- 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 diff --git a/print-esp.c b/print-esp.c index 68d987b6..06fc7f90 100644 --- a/print-esp.c +++ b/print-esp.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-esp.c,v 1.5 1999-12-15 08:10:18 fenner Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H diff --git a/print-rx.c b/print-rx.c index bb0e4445..245b7deb 100644 --- a/print-rx.c +++ b/print-rx.c @@ -12,8 +12,8 @@ */ #ifndef lint -static char rcsid[] = - "@(#) $Id: print-rx.c,v 1.4 1999-11-21 09:37:00 fenner Exp $"; +static const char rcsid[] = + "@(#) $Id: print-rx.c,v 1.5 1999-12-15 08:10:18 fenner Exp $"; #endif #ifdef HAVE_CONFIG_H