aboutsummaryrefslogtreecommitdiff
path: root/fad-getad.c
diff options
context:
space:
mode:
authorguy <guy>2003-11-15 23:23:57 +0000
committerguy <guy>2003-11-15 23:23:57 +0000
commit30e89f192a05c27009eb0df86d1ba44d6850b8e6 (patch)
tree44c9438b35c167ee63191fe772d76cd3157f0f56 /fad-getad.c
parentf387010dab2ce86dd21f4feda6604fdfc1a60f3f (diff)
Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"
warnings from newer versions of GCC.
Diffstat (limited to 'fad-getad.c')
-rw-r--r--fad-getad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fad-getad.c b/fad-getad.c
index ba68b025..9c412172 100644
--- a/fad-getad.c
+++ b/fad-getad.c
@@ -33,8 +33,8 @@
*/
#ifndef lint
-static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/fad-getad.c,v 1.7 2003-09-10 23:06:43 guy Exp $ (LBL)";
+static const char rcsid[] _U_ =
+ "@(#) $Header: /tcpdump/master/libpcap/fad-getad.c,v 1.8 2003-11-15 23:23:58 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H