diff options
Diffstat (limited to 'usr.sbin/tcpdump/print-raw.c')
| -rw-r--r-- | usr.sbin/tcpdump/print-raw.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/print-raw.c b/usr.sbin/tcpdump/print-raw.c index 9bfde82c6b7..a077577b717 100644 --- a/usr.sbin/tcpdump/print-raw.c +++ b/usr.sbin/tcpdump/print-raw.c @@ -1,3 +1,5 @@ +/* $OpenBSD: print-raw.c,v 1.3 2000/10/03 14:31:58 ho Exp $ */ + /* * Copyright (c) 1996 * The Regents of the University of California. All rights reserved. @@ -21,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-raw.c,v 1.2 2000/04/26 21:35:42 jakob Exp $ (LBL)"; + "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-raw.c,v 1.3 2000/10/03 14:31:58 ho Exp $ (LBL)"; #endif #include <sys/param.h> |
