]> The Tcpdump Group git mirrors - tcpdump/commitdiff
(packetp, snapend): remove duplicate static declarations
authorassar <assar>
Mon, 10 Jul 2000 04:35:58 +0000 (04:35 +0000)
committerassar <assar>
Mon, 10 Jul 2000 04:35:58 +0000 (04:35 +0000)
print-lane.c

index f2a810ff385929ee5ecf79f5eb92f49e176fd07f..8021f6e47ec55f86c59d4c1a44f691076dfdbd81 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static const char rcsid[] =
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-lane.c,v 1.3 2000-01-09 10:00:22 assar Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-lane.c,v 1.4 2000-07-10 04:35:58 assar Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -52,9 +52,6 @@ static const char rcsid[] =
 #include "addrtoname.h"
 #include "lane.h"
 
 #include "addrtoname.h"
 #include "lane.h"
 
-static const u_char *packetp;
-static const u_char *snapend;
-
 static inline void
 lane_print(register const u_char *bp, int length)
 {
 static inline void
 lane_print(register const u_char *bp, int length)
 {