]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-isoclns.c
Fix a signed-vs-unsigned comparison warning.
[tcpdump] / print-isoclns.c
index 8b1e9fc99a3be8eb24bdecf6129b6fc03bbac41f..16cedfc4996848ebd7d744471ead5f083ad18f61 100644 (file)
@@ -25,8 +25,8 @@
  */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.106 2003-11-05 23:11:03 hannes Exp $ (LBL)";
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.108 2003-11-16 09:36:25 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H