diff options
Diffstat (limited to 'usr.sbin/tcpdump/machdep.c')
-rw-r--r-- | usr.sbin/tcpdump/machdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/machdep.c b/usr.sbin/tcpdump/machdep.c index 0ffb8f50696..2be39997093 100644 --- a/usr.sbin/tcpdump/machdep.c +++ b/usr.sbin/tcpdump/machdep.c @@ -1,3 +1,5 @@ +/* $OpenBSD: machdep.c,v 1.6 2000/10/03 14:31:55 ho Exp $ */ + /* * Copyright (c) 1996, 1997 * The Regents of the University of California. All rights reserved. @@ -21,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/machdep.c,v 1.5 2000/04/30 05:23:28 ericj Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/machdep.c,v 1.6 2000/10/03 14:31:55 ho Exp $ (LBL)"; #endif #include <sys/types.h> |