diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-10-28 23:22:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-10-28 23:22:48 +0000 |
commit | a394a6224ce4c5ec1c07d59fb8c146a3d77df55f (patch) | |
tree | 825e2c68ccede6d3271c88cf5171a48e8bfe1db7 /usr.sbin/tcpdump/print-mobile.c | |
parent | 440149b70706129506469de15b7d997cc2c02ce3 (diff) |
a few leftovers from yesterday's SCCS/RCS-ID removal;
survived a full make build on i386;
"sure" deraadt@
Diffstat (limited to 'usr.sbin/tcpdump/print-mobile.c')
-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> |