diff options
| author | 2009-10-27 23:59:19 +0000 | |
|---|---|---|
| committer | 2009-10-27 23:59:19 +0000 | |
| commit | 043fbe51c197dbbcd422e917b65f765d8b5f8874 (patch) | |
| tree | f40397532477c8cfb47b06e970b2b31312cba698 /usr.sbin/tcpdump/print-rt6.c | |
| parent | using the rcsid is silly (diff) | |
| download | wireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.tar.xz wireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.zip | |
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
Diffstat (limited to 'usr.sbin/tcpdump/print-rt6.c')
| -rw-r--r-- | usr.sbin/tcpdump/print-rt6.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/tcpdump/print-rt6.c b/usr.sbin/tcpdump/print-rt6.c index 4c8371479a4..0b926e67002 100644 --- a/usr.sbin/tcpdump/print-rt6.c +++ b/usr.sbin/tcpdump/print-rt6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-rt6.c,v 1.2 2007/05/06 09:56:45 claudio Exp $ */ +/* $OpenBSD: print-rt6.c,v 1.3 2009/10/27 23:59:55 deraadt Exp $ */ /* @@ -22,11 +22,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = - "@(#) /master/usr.sbin/tcpdump/tcpdump/print-icmp.c,v 2.1 1995/02/03 18:14:42 polk Exp (LBL)"; -#endif - #ifdef INET6 #include <sys/param.h> |
