]> The Tcpdump Group git mirrors - tcpdump/commitdiff
comment out __RCSID (netbsd only).
authoritojun <itojun>
Thu, 23 Dec 1999 14:47:46 +0000 (14:47 +0000)
committeritojun <itojun>
Thu, 23 Dec 1999 14:47:46 +0000 (14:47 +0000)
print-ascii.c
print-telnet.c

index 8483c47b5bed2f363b68177e04a4d82d3164eaac..6a6b845a95f9428b6b947f44891953fdbe61561d 100644 (file)
 #endif
 
 #include <sys/cdefs.h>
+#if 0
 #ifndef lint
 __RCSID("$NetBSD: print-ascii.c,v 1.1 1999/09/30 14:49:12 sjg Exp $");
 #endif
+#endif
 #include <stdio.h>
 #include <sys/types.h>
 #include <ctype.h>
index 6df1a230f64d6b6bd9b5416caf6a85f4408ae750..505369c56f487b3876b29e54d9aa810ca434f108 100644 (file)
 #endif
 
 #include <sys/cdefs.h>
+#if 0
 #ifndef lint
 __RCSID("$NetBSD: print-telnet.c,v 1.2 1999/10/11 12:40:12 sjg Exp $");
 #endif
+#endif
 
 #include <sys/param.h>
 #include <sys/time.h>