summaryrefslogtreecommitdiff
path: root/etherent.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 /etherent.c
parentf387010dab2ce86dd21f4feda6604fdfc1a60f3f (diff)
downloadlibpcap-30e89f192a05c27009eb0df86d1ba44d6850b8e6.tar.gz
Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"
warnings from newer versions of GCC.
Diffstat (limited to 'etherent.c')
-rw-r--r--etherent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/etherent.c b/etherent.c
index a13a6f52..28b70287 100644
--- a/etherent.c
+++ b/etherent.c
@@ -20,8 +20,8 @@
*/
#ifndef lint
-static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/etherent.c,v 1.21 2000-07-11 00:37:04 assar Exp $ (LBL)";
+static const char rcsid[] _U_ =
+ "@(#) $Header: /tcpdump/master/libpcap/etherent.c,v 1.22 2003-11-15 23:23:57 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H