diff options
| author | cgd <cgd@NetBSD.org> | 1994-10-26 05:27:43 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-10-26 05:27:43 +0000 |
| commit | 69d2deb54539873ee1edcf9b792927079d07b671 (patch) | |
| tree | e4347532130fb12cf276363246986c80e01121d6 /sys/lib | |
| parent | 0974859697ffcdfb9385a372b58117c1a8d821b4 (diff) | |
new RCS ID format.
Diffstat (limited to 'sys/lib')
| -rw-r--r-- | sys/lib/Makefile | 2 | ||||
| -rw-r--r-- | sys/lib/libc_sa/Makefile | 2 | ||||
| -rw-r--r-- | sys/lib/libc_sa/Makefile.inc | 2 | ||||
| -rw-r--r-- | sys/lib/libc_sa/bcopy.c | 8 | ||||
| -rw-r--r-- | sys/lib/libc_sa/errno.c | 4 | ||||
| -rw-r--r-- | sys/lib/libc_sa/memset.c | 6 | ||||
| -rw-r--r-- | sys/lib/libc_sa/printf.c | 5 | ||||
| -rw-r--r-- | sys/lib/libc_sa/salibc.h | 4 | ||||
| -rw-r--r-- | sys/lib/libc_sa/strerror.c | 4 |
9 files changed, 19 insertions, 18 deletions
diff --git a/sys/lib/Makefile b/sys/lib/Makefile index e50e5202b3d..def5fbbcb5d 100644 --- a/sys/lib/Makefile +++ b/sys/lib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1994/07/27 03:10:37 brezak Exp $ +# $NetBSD: Makefile,v 1.5 1994/10/26 05:36:41 cgd Exp $ .if exists(libsa) SUBDIR+= libsa diff --git a/sys/lib/libc_sa/Makefile b/sys/lib/libc_sa/Makefile index c5f51fe200c..8b204f3f907 100644 --- a/sys/lib/libc_sa/Makefile +++ b/sys/lib/libc_sa/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1993/10/23 02:33:12 cgd Exp $ +# $NetBSD: Makefile,v 1.4 1994/10/26 05:36:44 cgd Exp $ LIB= c_sa diff --git a/sys/lib/libc_sa/Makefile.inc b/sys/lib/libc_sa/Makefile.inc index 27ecdad40a7..1b80bb233c1 100644 --- a/sys/lib/libc_sa/Makefile.inc +++ b/sys/lib/libc_sa/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.3 1993/10/23 02:33:13 cgd Exp $ +# $NetBSD: Makefile.inc,v 1.4 1994/10/26 05:36:46 cgd Exp $ # # NOTE: $S must correspond to the top of the 'sys' tree diff --git a/sys/lib/libc_sa/bcopy.c b/sys/lib/libc_sa/bcopy.c index 54a19465f7a..df428c1dc0b 100644 --- a/sys/lib/libc_sa/bcopy.c +++ b/sys/lib/libc_sa/bcopy.c @@ -1,3 +1,5 @@ +/* $NetBSD: bcopy.c,v 1.2 1994/10/26 05:36:47 cgd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -35,8 +37,10 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)bcopy.c 5.11 (Berkeley) 6/21/91";*/ -static char *rcsid = "$Id: bcopy.c,v 1.1 1993/10/13 11:16:22 cgd Exp $"; +#ifdef notdef +static char *sccsid = "@(#)bcopy.c 5.11 (Berkeley) 6/21/91"; +#endif +static char *rcsid = "$NetBSD: bcopy.c,v 1.2 1994/10/26 05:36:47 cgd Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/sys/lib/libc_sa/errno.c b/sys/lib/libc_sa/errno.c index a6d74208b34..ff702b56334 100644 --- a/sys/lib/libc_sa/errno.c +++ b/sys/lib/libc_sa/errno.c @@ -1,5 +1,3 @@ -/* - * $Id: errno.c,v 1.1 1993/10/13 11:16:22 cgd Exp $ - */ +/* $NetBSD: errno.c,v 1.2 1994/10/26 05:36:49 cgd Exp $ */ int errno; diff --git a/sys/lib/libc_sa/memset.c b/sys/lib/libc_sa/memset.c index 2e0b04dcb15..1a3cd569aa1 100644 --- a/sys/lib/libc_sa/memset.c +++ b/sys/lib/libc_sa/memset.c @@ -35,8 +35,10 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)memset.c 5.6 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: memset.c,v 1.1 1993/10/13 11:16:23 cgd Exp $"; +#ifdef notdef +static char *sccsid = "@(#)memset.c 5.6 (Berkeley) 1/26/91"; +#endif +static char *rcsid = "$NetBSD: memset.c,v 1.2 1994/10/26 05:36:51 cgd Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/sys/lib/libc_sa/printf.c b/sys/lib/libc_sa/printf.c index 826b0e3387f..26a66840f9e 100644 --- a/sys/lib/libc_sa/printf.c +++ b/sys/lib/libc_sa/printf.c @@ -1,3 +1,5 @@ +/* $NetBSD: printf.c,v 1.2 1994/10/26 05:36:52 cgd Exp $ */ + /*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. @@ -30,8 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)printf.c 5.6 (Berkeley) 5/25/91 - * $Id: printf.c,v 1.1 1993/10/13 11:16:24 cgd Exp $ + * @(#)printf.c 5.6 (Berkeley) 5/25/91 */ /* diff --git a/sys/lib/libc_sa/salibc.h b/sys/lib/libc_sa/salibc.h index fd381f9c84e..664d7cde3b0 100644 --- a/sys/lib/libc_sa/salibc.h +++ b/sys/lib/libc_sa/salibc.h @@ -1,6 +1,4 @@ -/* - * $Id: salibc.h,v 1.1 1993/10/16 07:32:22 cgd Exp $ - */ +/* $NetBSD: salibc.h,v 1.2 1994/10/26 05:36:54 cgd Exp $ */ #include <sys/types.h> diff --git a/sys/lib/libc_sa/strerror.c b/sys/lib/libc_sa/strerror.c index efb2ffc5ab7..915535fda86 100644 --- a/sys/lib/libc_sa/strerror.c +++ b/sys/lib/libc_sa/strerror.c @@ -1,6 +1,4 @@ -/* - * $Id: strerror.c,v 1.1 1993/10/13 11:16:25 cgd Exp $ - */ +/* $NetBSD: strerror.c,v 1.2 1994/10/26 05:36:55 cgd Exp $ */ #include <sys/errno.h> |
