Fix RCSID's

This commit is contained in:
christos 1997-07-13 19:54:55 +00:00
parent 47cb5f1603
commit 450aa90e6e
3 changed files with 9 additions and 6 deletions

View File

@ -1,12 +1,13 @@
/* $NetBSD: localeconv.c,v 1.7 1997/04/29 16:40:17 kleink Exp $ */
/* $NetBSD: localeconv.c,v 1.8 1997/07/13 19:54:55 christos Exp $ */
/*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$NetBSD: localeconv.c,v 1.7 1997/04/29 16:40:17 kleink Exp $";
__RCSID("$NetBSD: localeconv.c,v 1.8 1997/07/13 19:54:55 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/localedef.h>

View File

@ -1,12 +1,13 @@
/* $NetBSD: nl_langinfo.c,v 1.4 1997/04/29 16:40:18 kleink Exp $ */
/* $NetBSD: nl_langinfo.c,v 1.5 1997/07/13 19:54:56 christos Exp $ */
/*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$NetBSD: nl_langinfo.c,v 1.4 1997/04/29 16:40:18 kleink Exp $";
__RCSID("$NetBSD: nl_langinfo.c,v 1.5 1997/07/13 19:54:56 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/localedef.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: setlocale.c,v 1.11 1997/06/02 09:52:50 kleink Exp $ */
/* $NetBSD: setlocale.c,v 1.12 1997/07/13 19:54:57 christos Exp $ */
/*
* Copyright (c) 1991, 1993
@ -36,11 +36,12 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)setlocale.c 8.1 (Berkeley) 7/4/93";
#else
static char rcsid[] = "$NetBSD: setlocale.c,v 1.11 1997/06/02 09:52:50 kleink Exp $";
__RCSID("$NetBSD: setlocale.c,v 1.12 1997/07/13 19:54:57 christos Exp $");
#endif
#endif /* LIBC_SCCS and not lint */