Add missing __RCSID()
This commit is contained in:
parent
a61427049c
commit
aaf2af9078
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: _err.c,v 1.8 1998/01/09 03:15:20 perry Exp $ */
|
||||
/* $NetBSD: _err.c,v 1.9 2005/06/12 05:34:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* J.T. Conklin, December 12, 1994
|
||||
@ -6,6 +6,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: _err.c,v 1.9 2005/06/12 05:34:34 lukem Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef __indr_reference
|
||||
__indr_reference(_err, err)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: _errx.c,v 1.8 1998/01/09 03:15:24 perry Exp $ */
|
||||
/* $NetBSD: _errx.c,v 1.9 2005/06/12 05:34:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* J.T. Conklin, December 12, 1994
|
||||
@ -6,6 +6,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: _errx.c,v 1.9 2005/06/12 05:34:34 lukem Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef __indr_reference
|
||||
__indr_reference(_errx, errx)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: _sys_errlist.c,v 1.7 1998/12/06 07:12:18 jonathan Exp $ */
|
||||
/* $NetBSD: _sys_errlist.c,v 1.8 2005/06/12 05:34:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Written by J.T. Conklin, December 12, 1994
|
||||
@ -6,6 +6,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: _sys_errlist.c,v 1.8 2005/06/12 05:34:34 lukem Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
__warn_references(sys_errlist,
|
||||
"warning: reference to compatibility sys_errlist[]; include <errno.h> for correct reference")
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: _sys_siglist.c,v 1.8 1998/12/06 07:05:48 jonathan Exp $ */
|
||||
/* $NetBSD: _sys_siglist.c,v 1.9 2005/06/12 05:34:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Written by J.T. Conklin, December 12, 1994
|
||||
@ -6,6 +6,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: _sys_siglist.c,v 1.9 2005/06/12 05:34:34 lukem Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
__warn_references(sys_siglist,
|
||||
"warning: reference to compatibility sys_siglist[]; include <signal.h> or <unistd.h> for correct reference")
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: _verr.c,v 1.7 1998/01/09 03:15:27 perry Exp $ */
|
||||
/* $NetBSD: _verr.c,v 1.8 2005/06/12 05:34:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* J.T. Conklin, December 12, 1994
|
||||
@ -6,6 +6,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: _verr.c,v 1.8 2005/06/12 05:34:34 lukem Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef __indr_reference
|
||||
__indr_reference(_verr, verr)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: _verrx.c,v 1.7 1998/01/09 03:15:28 perry Exp $ */
|
||||
/* $NetBSD: _verrx.c,v 1.8 2005/06/12 05:34:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* J.T. Conklin, December 12, 1994
|
||||
@ -6,6 +6,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: _verrx.c,v 1.8 2005/06/12 05:34:34 lukem Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef __indr_reference
|
||||
__indr_reference(_verrx, verrx)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: _vwarn.c,v 1.7 1998/01/09 03:15:29 perry Exp $ */
|
||||
/* $NetBSD: _vwarn.c,v 1.8 2005/06/12 05:34:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* J.T. Conklin, December 12, 1994
|
||||
@ -6,6 +6,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: _vwarn.c,v 1.8 2005/06/12 05:34:34 lukem Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef __indr_reference
|
||||
__indr_reference(_vwarn, vwarn)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: _vwarnx.c,v 1.7 1998/01/09 03:15:30 perry Exp $ */
|
||||
/* $NetBSD: _vwarnx.c,v 1.8 2005/06/12 05:34:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* J.T. Conklin, December 12, 1994
|
||||
@ -6,6 +6,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: _vwarnx.c,v 1.8 2005/06/12 05:34:34 lukem Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef __indr_reference
|
||||
__indr_reference(_vwarnx, vwarnx)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: _warn.c,v 1.7 1998/01/09 03:15:31 perry Exp $ */
|
||||
/* $NetBSD: _warn.c,v 1.8 2005/06/12 05:34:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* J.T. Conklin, December 12, 1994
|
||||
@ -6,6 +6,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: _warn.c,v 1.8 2005/06/12 05:34:34 lukem Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef __indr_reference
|
||||
__indr_reference(_warn, warn)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: _warnx.c,v 1.7 1998/01/09 03:15:32 perry Exp $ */
|
||||
/* $NetBSD: _warnx.c,v 1.8 2005/06/12 05:34:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* J.T. Conklin, December 12, 1994
|
||||
@ -6,6 +6,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: _warnx.c,v 1.8 2005/06/12 05:34:34 lukem Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef __indr_reference
|
||||
__indr_reference(_warnx, warnx)
|
||||
|
@ -1,10 +1,15 @@
|
||||
/* $NetBSD: md2hl.c,v 1.4 2003/10/27 00:12:42 lukem Exp $ */
|
||||
/* $NetBSD: md2hl.c,v 1.5 2005/06/12 05:34:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Written by Jason R. Thorpe <thorpej@NetBSD.org>, April 29, 1997.
|
||||
* Public domain.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: md2hl.c,v 1.5 2005/06/12 05:34:34 lukem Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#define MDALGORITHM MD2
|
||||
|
||||
#include "namespace.h"
|
||||
|
@ -1,10 +1,15 @@
|
||||
/* $NetBSD: md4hl.c,v 1.5 2003/10/27 00:12:42 lukem Exp $ */
|
||||
/* $NetBSD: md4hl.c,v 1.6 2005/06/12 05:34:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Written by Jason R. Thorpe <thorpej@NetBSD.org>, April 29, 1997.
|
||||
* Public domain.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: md4hl.c,v 1.6 2005/06/12 05:34:34 lukem Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#define MDALGORITHM MD4
|
||||
|
||||
#include "namespace.h"
|
||||
|
@ -1,10 +1,15 @@
|
||||
/* $NetBSD: md5hl.c,v 1.5 2003/10/27 00:12:42 lukem Exp $ */
|
||||
/* $NetBSD: md5hl.c,v 1.6 2005/06/12 05:34:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Written by Jason R. Thorpe <thorpej@NetBSD.org>, April 29, 1997.
|
||||
* Public domain.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: md5hl.c,v 1.6 2005/06/12 05:34:34 lukem Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#define MDALGORITHM MD5
|
||||
|
||||
#include "namespace.h"
|
||||
|
Loading…
Reference in New Issue
Block a user