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/compat-43 | |
parent | 1c72a646a8e39b93297b437918b3b1471ce8e77a (diff) |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
Diffstat (limited to 'lib/libc/compat-43')
-rw-r--r-- | lib/libc/compat-43/creat.c | 5 | ||||
-rw-r--r-- | lib/libc/compat-43/getdtablesize.c | 5 | ||||
-rw-r--r-- | lib/libc/compat-43/gethostid.c | 5 | ||||
-rw-r--r-- | lib/libc/compat-43/getwd.c | 5 | ||||
-rw-r--r-- | lib/libc/compat-43/killpg.c | 4 | ||||
-rw-r--r-- | lib/libc/compat-43/sethostid.c | 5 | ||||
-rw-r--r-- | lib/libc/compat-43/setpgrp.c | 5 | ||||
-rw-r--r-- | lib/libc/compat-43/sigcompat.c | 4 |
8 files changed, 6 insertions, 32 deletions
diff --git a/lib/libc/compat-43/creat.c b/lib/libc/compat-43/creat.c index 80cad45c6c5..2e336eb6685 100644 --- a/lib/libc/compat-43/creat.c +++ b/lib/libc/compat-43/creat.c @@ -1,3 +1,4 @@ +/* $OpenBSD: creat.c,v 1.6 2005/08/08 08:05:33 espie Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: creat.c,v 1.5 2003/06/02 20:18:33 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <fcntl.h> int diff --git a/lib/libc/compat-43/getdtablesize.c b/lib/libc/compat-43/getdtablesize.c index 53207b750b3..43b45a7051e 100644 --- a/lib/libc/compat-43/getdtablesize.c +++ b/lib/libc/compat-43/getdtablesize.c @@ -1,12 +1,9 @@ +/* $OpenBSD: getdtablesize.c,v 1.4 2005/08/08 08:05:33 espie Exp $ */ /* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: getdtablesize.c,v 1.3 2003/06/11 21:03:10 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <unistd.h> int diff --git a/lib/libc/compat-43/gethostid.c b/lib/libc/compat-43/gethostid.c index 079ca83c161..06610658d9d 100644 --- a/lib/libc/compat-43/gethostid.c +++ b/lib/libc/compat-43/gethostid.c @@ -1,3 +1,4 @@ +/* $OpenBSD: gethostid.c,v 1.7 2005/08/08 08:05:33 espie Exp $ */ /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: gethostid.c,v 1.6 2003/07/15 02:56:14 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <sys/sysctl.h> #include <unistd.h> diff --git a/lib/libc/compat-43/getwd.c b/lib/libc/compat-43/getwd.c index 7cf27e77e60..d62603ee7c0 100644 --- a/lib/libc/compat-43/getwd.c +++ b/lib/libc/compat-43/getwd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: getwd.c,v 1.9 2005/08/08 08:05:33 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: getwd.c,v 1.8 2003/10/10 07:52:58 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <unistd.h> #include <errno.h> diff --git a/lib/libc/compat-43/killpg.c b/lib/libc/compat-43/killpg.c index 1deb9ab64a8..75b1ad98a8d 100644 --- a/lib/libc/compat-43/killpg.c +++ b/lib/libc/compat-43/killpg.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: killpg.c,v 1.5 2003/06/02 20:18:33 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <signal.h> #include <errno.h> diff --git a/lib/libc/compat-43/sethostid.c b/lib/libc/compat-43/sethostid.c index 84634322bfd..4392e042af3 100644 --- a/lib/libc/compat-43/sethostid.c +++ b/lib/libc/compat-43/sethostid.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sethostid.c,v 1.8 2005/08/08 08:05:33 espie Exp $ */ /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: sethostid.c,v 1.7 2003/07/15 17:32:42 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <sys/sysctl.h> #include <unistd.h> diff --git a/lib/libc/compat-43/setpgrp.c b/lib/libc/compat-43/setpgrp.c index 543a8a08f4e..5a644044d5f 100644 --- a/lib/libc/compat-43/setpgrp.c +++ b/lib/libc/compat-43/setpgrp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: setpgrp.c,v 1.6 2005/08/08 08:05:33 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: setpgrp.c,v 1.5 2003/06/02 20:18:33 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <unistd.h> diff --git a/lib/libc/compat-43/sigcompat.c b/lib/libc/compat-43/sigcompat.c index 30c1893ee48..aa31ca294a2 100644 --- a/lib/libc/compat-43/sigcompat.c +++ b/lib/libc/compat-43/sigcompat.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: sigcompat.c,v 1.4 2003/06/11 21:03:10 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <signal.h> |