diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-10-02 23:55:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-10-02 23:55:19 +0000 |
commit | d6b2a0a7355e22633580611f401b6e25463494d7 (patch) | |
tree | e91d6a8ff6891a549691a58880876e824470ea2a /usr.sbin | |
parent | 92b18f394c67d4b9dd2a6bab5383911d30c5e9ce (diff) |
get rid of some unneeded $Id stuff
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ndp/gmt2local.c | 7 | ||||
-rw-r--r-- | usr.sbin/ndp/gmt2local.h | 3 |
2 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/ndp/gmt2local.c b/usr.sbin/ndp/gmt2local.c index 01ff8732d22..e98711dfa5b 100644 --- a/usr.sbin/ndp/gmt2local.c +++ b/usr.sbin/ndp/gmt2local.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gmt2local.c,v 1.2 2007/10/07 15:46:17 deraadt Exp $ */ +/* $OpenBSD: gmt2local.c,v 1.3 2008/10/02 23:55:18 deraadt Exp $ */ /* * Copyright (c) 1997 @@ -21,11 +21,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Id: gmt2local.c,v 1.2 2007/10/07 15:46:17 deraadt Exp $ (LBL)"; -#endif - #include <sys/types.h> #include <sys/time.h> diff --git a/usr.sbin/ndp/gmt2local.h b/usr.sbin/ndp/gmt2local.h index 915a4164835..07dada3869e 100644 --- a/usr.sbin/ndp/gmt2local.h +++ b/usr.sbin/ndp/gmt2local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gmt2local.h,v 1.2 2007/10/07 15:46:17 deraadt Exp $ */ +/* $OpenBSD: gmt2local.h,v 1.3 2008/10/02 23:55:18 deraadt Exp $ */ /* * Copyright (c) 1997 @@ -20,7 +20,6 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Id: gmt2local.h,v 1.2 2007/10/07 15:46:17 deraadt Exp $ (LBL) */ #ifndef gmt2local_h #define gmt2local_h |