diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-08 08:05:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-08 08:05:39 +0000 |
commit | 09c68f18c4a9147d6181993dbc13fa43f69a6887 (patch) | |
tree | 29ce24055216c4cd6d82d1410987040632c858b6 /lib/libc/time | |
parent | 1c72a646a8e39b93297b437918b3b1471ce8e77a (diff) |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
Diffstat (limited to 'lib/libc/time')
-rw-r--r-- | lib/libc/time/asctime.c | 6 | ||||
-rw-r--r-- | lib/libc/time/difftime.c | 6 | ||||
-rw-r--r-- | lib/libc/time/ialloc.c | 6 | ||||
-rw-r--r-- | lib/libc/time/localtime.c | 6 | ||||
-rw-r--r-- | lib/libc/time/scheck.c | 6 | ||||
-rw-r--r-- | lib/libc/time/strftime.c | 6 | ||||
-rw-r--r-- | lib/libc/time/strptime.c | 5 | ||||
-rw-r--r-- | lib/libc/time/zdump.c | 6 | ||||
-rw-r--r-- | lib/libc/time/zic.c | 6 |
9 files changed, 9 insertions, 44 deletions
diff --git a/lib/libc/time/asctime.c b/lib/libc/time/asctime.c index f9b299a0740..1b5b98d5780 100644 --- a/lib/libc/time/asctime.c +++ b/lib/libc/time/asctime.c @@ -1,3 +1,4 @@ +/* $OpenBSD: asctime.c,v 1.13 2005/08/08 08:05:38 espie Exp $ */ /* ** This file is in the public domain, so clarified as of ** 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov). @@ -9,11 +10,6 @@ ** whereas the output of asctime is supposed to be constant. */ -#if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) -static char elsieid[] = "@(#)asctime.c 7.31"; -static char rcsid[] = "$OpenBSD: asctime.c,v 1.12 2005/07/05 13:40:51 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - /*LINTLIBRARY*/ #include "private.h" diff --git a/lib/libc/time/difftime.c b/lib/libc/time/difftime.c index c9ca9a21fd6..8521a60110c 100644 --- a/lib/libc/time/difftime.c +++ b/lib/libc/time/difftime.c @@ -1,13 +1,9 @@ +/* $OpenBSD: difftime.c,v 1.9 2005/08/08 08:05:38 espie Exp $ */ /* ** This file is in the public domain, so clarified as of ** 1996-06-05 by Arthur David Olson. */ -#if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) -static char elsieid[] = "@(#)difftime.c 7.19"; -static char rcsid[] = "$OpenBSD: difftime.c,v 1.8 2005/07/19 15:51:29 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - /*LINTLIBRARY*/ #include "private.h" /* for time_t, TYPE_INTEGRAL, and TYPE_SIGNED */ diff --git a/lib/libc/time/ialloc.c b/lib/libc/time/ialloc.c index 395f92a8a4f..4de6ab915a6 100644 --- a/lib/libc/time/ialloc.c +++ b/lib/libc/time/ialloc.c @@ -1,13 +1,9 @@ +/* $OpenBSD: ialloc.c,v 1.10 2005/08/08 08:05:38 espie Exp $ */ /* ** This file is in the public domain, so clarified as of ** Feb 14, 2003 by Arthur David Olson (arthur_david_olson@nih.gov). */ -#if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) -static char elsieid[] = "@(#)ialloc.c 8.29"; -static char rcsid[] = "$OpenBSD: ialloc.c,v 1.9 2005/07/05 13:40:51 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - /*LINTLIBRARY*/ #include "private.h" diff --git a/lib/libc/time/localtime.c b/lib/libc/time/localtime.c index f49fca6042c..4de725bbac4 100644 --- a/lib/libc/time/localtime.c +++ b/lib/libc/time/localtime.c @@ -1,13 +1,9 @@ +/* $OpenBSD: localtime.c,v 1.27 2005/08/08 08:05:38 espie Exp $ */ /* ** This file is in the public domain, so clarified as of ** 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov). */ -#if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) -static char elsieid[] = "@(#)localtime.c 7.95"; -static char rcsid[] = "$OpenBSD: localtime.c,v 1.26 2005/07/05 13:40:51 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* ** Leap second handling from Bradley White (bww@k.gp.cs.cmu.edu). ** POSIX-style TZ environment variable handling from Guy Harris diff --git a/lib/libc/time/scheck.c b/lib/libc/time/scheck.c index 9f44c0724da..f9daef7a4a7 100644 --- a/lib/libc/time/scheck.c +++ b/lib/libc/time/scheck.c @@ -1,13 +1,9 @@ +/* $OpenBSD: scheck.c,v 1.8 2005/08/08 08:05:38 espie Exp $ */ /* ** This file is in the public domain, so clarified as of ** Feb 14, 2003 by Arthur David Olson (arthur_david_olson@nih.gov). */ -#if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) -static char elsieid[] = "@(#)scheck.c 8.16"; -static char rcsid[] = "$OpenBSD: scheck.c,v 1.7 2005/07/05 13:40:51 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - /*LINTLIBRARY*/ #include "private.h" diff --git a/lib/libc/time/strftime.c b/lib/libc/time/strftime.c index cfa345569f9..58bde890b91 100644 --- a/lib/libc/time/strftime.c +++ b/lib/libc/time/strftime.c @@ -1,8 +1,4 @@ -#if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) -static char elsieid[] = "@(#)strftime.c 7.75"; -static char *rcsid = "$OpenBSD: strftime.c,v 1.15 2005/07/05 13:40:51 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - +/* $OpenBSD: strftime.c,v 1.16 2005/08/08 08:05:38 espie Exp $ */ #include "private.h" /* diff --git a/lib/libc/time/strptime.c b/lib/libc/time/strptime.c index 141fc202310..f2f2c27f270 100644 --- a/lib/libc/time/strptime.c +++ b/lib/libc/time/strptime.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strptime.c,v 1.11 2005/08/08 08:05:38 espie Exp $ */ /* $NetBSD: strptime.c,v 1.12 1998/01/20 21:39:40 mycroft Exp $ */ /*- @@ -35,10 +36,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: strptime.c,v 1.10 2004/09/15 19:01:58 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/localedef.h> #include <ctype.h> #include <locale.h> diff --git a/lib/libc/time/zdump.c b/lib/libc/time/zdump.c index 351dc65fa63..99e1ce5a40d 100644 --- a/lib/libc/time/zdump.c +++ b/lib/libc/time/zdump.c @@ -1,13 +1,9 @@ +/* $OpenBSD: zdump.c,v 1.17 2005/08/08 08:05:38 espie Exp $ */ /* ** This file is in the public domain, so clarified as of ** Feb 14, 2003 by Arthur David Olson (arthur_david_olson@nih.gov). */ -#if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) -static char elsieid[] = "@(#)zdump.c 7.65"; -static char rcsid[] = "$OpenBSD: zdump.c,v 1.16 2005/07/05 13:40:51 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* ** This code has been made independent of the rest of the time ** conversion package to increase confidence in the verification it provides. diff --git a/lib/libc/time/zic.c b/lib/libc/time/zic.c index 036534f9edd..e3680472aa3 100644 --- a/lib/libc/time/zic.c +++ b/lib/libc/time/zic.c @@ -1,13 +1,9 @@ +/* $OpenBSD: zic.c,v 1.25 2005/08/08 08:05:38 espie Exp $ */ /* ** This file is in the public domain, so clarified as of ** Feb 14, 2003 by Arthur David Olson (arthur_david_olson@nih.gov). */ -#if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) -static char elsieid[] = "@(#)zic.c 7.124"; -static char rcsid[] = "$OpenBSD: zic.c,v 1.24 2005/07/05 13:40:51 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* ** Regardless of the type of time_t, we do our work using this type. */ |