]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tftp.c
Fix some "unsigned int" vs. "size_t" issues (they're not necessarily the
[tcpdump] / print-tftp.c
index 9d1c064e577c2e3aeb3def0c9dd845dbb8bc2c9e..3ab61bc65ad80cfe57a08fadc8eeee6fb8cae255 100644 (file)
@@ -22,8 +22,8 @@
  */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-tftp.c,v 1.35 2003-05-02 08:45:21 guy Exp $ (LBL)";
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-tftp.c,v 1.37 2003-11-16 09:36:40 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H