diff options
Diffstat (limited to 'usr.sbin/tcpdump/print-dhcp6.c')
-rw-r--r-- | usr.sbin/tcpdump/print-dhcp6.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/tcpdump/print-dhcp6.c b/usr.sbin/tcpdump/print-dhcp6.c index 3176101d6ad..3546b6c9ac5 100644 --- a/usr.sbin/tcpdump/print-dhcp6.c +++ b/usr.sbin/tcpdump/print-dhcp6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-dhcp6.c,v 1.6 2007/10/07 16:41:05 deraadt Exp $ */ +/* $OpenBSD: print-dhcp6.c,v 1.7 2009/10/27 23:59:55 deraadt Exp $ */ /* * Copyright (C) 1998 and 1999 WIDE Project. @@ -29,11 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Id: print-dhcp6.c,v 1.6 2007/10/07 16:41:05 deraadt Exp $"; -#endif - #ifdef INET6 #include <sys/param.h> |