From 30e89f192a05c27009eb0df86d1ba44d6850b8e6 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 15 Nov 2003 23:23:57 +0000 Subject: Add _U_ to "rcsid[]" definitions, to eliminate "unused variable" warnings from newer versions of GCC. --- pcap-snoop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcap-snoop.c') diff --git a/pcap-snoop.c b/pcap-snoop.c index bd04233..6161774 100644 --- a/pcap-snoop.c +++ b/pcap-snoop.c @@ -19,8 +19,8 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ #ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/pcap-snoop.c,v 1.46 2003-11-12 23:15:00 guy Exp $ (LBL)"; +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/libpcap/pcap-snoop.c,v 1.47 2003-11-15 23:24:04 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H -- cgit v1.2.3