diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ndp/gmt2local.c | 4 | ||||
-rw-r--r-- | usr.sbin/ndp/gmt2local.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ndp/gmt2local.c b/usr.sbin/ndp/gmt2local.c index b8a3af3abe0..01ff8732d22 100644 --- a/usr.sbin/ndp/gmt2local.c +++ b/usr.sbin/ndp/gmt2local.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gmt2local.c,v 1.1 2004/01/25 20:45:13 deraadt Exp $ */ +/* $OpenBSD: gmt2local.c,v 1.2 2007/10/07 15:46:17 deraadt Exp $ */ /* * Copyright (c) 1997 @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/ndp/gmt2local.c,v 1.1 2004/01/25 20:45:13 deraadt Exp $ (LBL)"; + "@(#) $Id: gmt2local.c,v 1.2 2007/10/07 15:46:17 deraadt Exp $ (LBL)"; #endif #include <sys/types.h> diff --git a/usr.sbin/ndp/gmt2local.h b/usr.sbin/ndp/gmt2local.h index 8685b51629f..915a4164835 100644 --- a/usr.sbin/ndp/gmt2local.h +++ b/usr.sbin/ndp/gmt2local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gmt2local.h,v 1.1 2004/01/25 20:45:13 deraadt Exp $ */ +/* $OpenBSD: gmt2local.h,v 1.2 2007/10/07 15:46:17 deraadt Exp $ */ /* * Copyright (c) 1997 @@ -20,7 +20,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Header: /cvs/OpenBSD/src/usr.sbin/ndp/gmt2local.h,v 1.1 2004/01/25 20:45:13 deraadt Exp $ (LBL) + * @(#) $Id: gmt2local.h,v 1.2 2007/10/07 15:46:17 deraadt Exp $ (LBL) */ #ifndef gmt2local_h #define gmt2local_h |