diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tcpdump/print-mobile.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.sbin/tcpdump/print-mobile.c b/usr.sbin/tcpdump/print-mobile.c index 6b2e32fe9ca..03090ece26a 100644 --- a/usr.sbin/tcpdump/print-mobile.c +++ b/usr.sbin/tcpdump/print-mobile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-mobile.c,v 1.2 2008/06/27 06:03:08 ray Exp $ */ +/* $OpenBSD: print-mobile.c,v 1.3 2009/10/28 23:22:47 schwarze Exp $ */ /* $NetBSD: print-mobile.c,v 1.3 1999/07/26 06:11:57 itojun Exp $ */ /* @@ -30,13 +30,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if 0 -#include <sys/cdefs.h> -#ifndef lint -__RCSID("$NetBSD: print-mobile.c,v 1.3 1999/07/26 06:11:57 itojun Exp $"); -#endif -#endif - #include <sys/param.h> #include <sys/time.h> #include <sys/uio.h> |