diff options
Diffstat (limited to 'usr.sbin/tcpdump/savestr.c')
-rw-r--r-- | usr.sbin/tcpdump/savestr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/savestr.c b/usr.sbin/tcpdump/savestr.c index 1beb6156c44..17e089e9949 100644 --- a/usr.sbin/tcpdump/savestr.c +++ b/usr.sbin/tcpdump/savestr.c @@ -1,3 +1,5 @@ +/* $OpenBSD: savestr.c,v 1.3 2000/10/03 14:31:59 ho Exp $ */ + /* * Copyright (c) 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/savestr.c,v 1.2 1999/07/29 13:12:34 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/savestr.c,v 1.3 2000/10/03 14:31:59 ho Exp $ (LBL)"; #endif #include <sys/types.h> |