Skip to content

Commit 248b3b2

Browse files
author
lukem
committed
Add missing __RCSID()
1 parent cd0f0fd commit 248b3b2

File tree

159 files changed

+851
-159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+851
-159
lines changed

lib/libc/arch/alpha/gen/_lwp.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: _lwp.c,v 1.3 2003/04/07 21:04:20 kleink Exp $ */
1+
/* $NetBSD: _lwp.c,v 1.4 2005/06/12 05:21:25 lukem Exp $ */
22

33
/*-
44
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -36,6 +36,11 @@
3636
* POSSIBILITY OF SUCH DAMAGE.
3737
*/
3838

39+
#include <sys/cdefs.h>
40+
#if defined(LIBC_SCCS) && !defined(lint)
41+
__RCSID("$NetBSD: _lwp.c,v 1.4 2005/06/12 05:21:25 lukem Exp $");
42+
#endif /* LIBC_SCCS and not lint */
43+
3944
#include "namespace.h"
4045
#include <sys/types.h>
4146
#include <ucontext.h>

lib/libc/arch/alpha/gen/flt_rounds.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: flt_rounds.c,v 1.6 2003/07/27 05:04:18 mrg Exp $ */
1+
/* $NetBSD: flt_rounds.c,v 1.7 2005/06/12 05:21:25 lukem Exp $ */
22

33
/*
44
* Copyright (c) 1995 Christopher G. Demetriou
@@ -34,6 +34,11 @@
3434
* <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
3535
*/
3636

37+
#include <sys/cdefs.h>
38+
#if defined(LIBC_SCCS) && !defined(lint)
39+
__RCSID("$NetBSD: flt_rounds.c,v 1.7 2005/06/12 05:21:25 lukem Exp $");
40+
#endif /* LIBC_SCCS and not lint */
41+
3742
#include <sys/types.h>
3843
#include <machine/float.h>
3944

lib/libc/arch/alpha/gen/fpgetmask.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: fpgetmask.c,v 1.4 2002/01/13 21:45:39 thorpej Exp $ */
1+
/* $NetBSD: fpgetmask.c,v 1.5 2005/06/12 05:21:25 lukem Exp $ */
22

33
/*
44
* Copyright (c) 1999 Ross Harvey
@@ -32,6 +32,9 @@
3232
*/
3333

3434
#include <sys/cdefs.h>
35+
#if defined(LIBC_SCCS) && !defined(lint)
36+
__RCSID("$NetBSD: fpgetmask.c,v 1.5 2005/06/12 05:21:25 lukem Exp $");
37+
#endif /* LIBC_SCCS and not lint */
3538

3639
#include "namespace.h"
3740

lib/libc/arch/alpha/gen/fpgetround.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: fpgetround.c,v 1.7 2003/07/27 05:04:19 mrg Exp $ */
1+
/* $NetBSD: fpgetround.c,v 1.8 2005/06/12 05:21:25 lukem Exp $ */
22

33
/*
44
* Copyright (c) 1995 Christopher G. Demetriou
@@ -35,6 +35,9 @@
3535
*/
3636

3737
#include <sys/cdefs.h>
38+
#if defined(LIBC_SCCS) && !defined(lint)
39+
__RCSID("$NetBSD: fpgetround.c,v 1.8 2005/06/12 05:21:25 lukem Exp $");
40+
#endif /* LIBC_SCCS and not lint */
3841

3942
#include "namespace.h"
4043

lib/libc/arch/alpha/gen/fpgetsticky.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: fpgetsticky.c,v 1.6 2002/01/13 21:45:39 thorpej Exp $ */
1+
/* $NetBSD: fpgetsticky.c,v 1.7 2005/06/12 05:21:25 lukem Exp $ */
22

33
/*-
44
* Copyright (c) 2001 Ross Harvey
@@ -34,6 +34,9 @@
3434
*/
3535

3636
#include <sys/cdefs.h>
37+
#if defined(LIBC_SCCS) && !defined(lint)
38+
__RCSID("$NetBSD: fpgetsticky.c,v 1.7 2005/06/12 05:21:25 lukem Exp $");
39+
#endif /* LIBC_SCCS and not lint */
3740

3841
#include "namespace.h"
3942

lib/libc/arch/alpha/gen/fpsetmask.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: fpsetmask.c,v 1.3 2002/01/13 21:45:40 thorpej Exp $ */
1+
/* $NetBSD: fpsetmask.c,v 1.4 2005/06/12 05:21:25 lukem Exp $ */
22

33
/*
44
* Copyright (c) 1995 Ross Harvey
@@ -32,6 +32,9 @@
3232
*/
3333

3434
#include <sys/cdefs.h>
35+
#if defined(LIBC_SCCS) && !defined(lint)
36+
__RCSID("$NetBSD: fpsetmask.c,v 1.4 2005/06/12 05:21:25 lukem Exp $");
37+
#endif /* LIBC_SCCS and not lint */
3538

3639
#include "namespace.h"
3740

lib/libc/arch/alpha/gen/fpsetround.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: fpsetround.c,v 1.8 2003/07/27 05:04:19 mrg Exp $ */
1+
/* $NetBSD: fpsetround.c,v 1.9 2005/06/12 05:21:25 lukem Exp $ */
22

33
/*
44
* Copyright (c) 1995 Christopher G. Demetriou
@@ -35,6 +35,9 @@
3535
*/
3636

3737
#include <sys/cdefs.h>
38+
#if defined(LIBC_SCCS) && !defined(lint)
39+
__RCSID("$NetBSD: fpsetround.c,v 1.9 2005/06/12 05:21:25 lukem Exp $");
40+
#endif /* LIBC_SCCS and not lint */
3841

3942
#include "namespace.h"
4043

lib/libc/arch/alpha/gen/fpsetsticky.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: fpsetsticky.c,v 1.3 2002/01/13 21:45:40 thorpej Exp $ */
1+
/* $NetBSD: fpsetsticky.c,v 1.4 2005/06/12 05:21:25 lukem Exp $ */
22

33
/*
44
* Copyright (c) 1999 Ross Harvey
@@ -32,6 +32,9 @@
3232
*/
3333

3434
#include <sys/cdefs.h>
35+
#if defined(LIBC_SCCS) && !defined(lint)
36+
__RCSID("$NetBSD: fpsetsticky.c,v 1.4 2005/06/12 05:21:25 lukem Exp $");
37+
#endif /* LIBC_SCCS and not lint */
3538

3639
#include "namespace.h"
3740

lib/libc/arch/arm/gen/_lwp.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: _lwp.c,v 1.3 2003/04/07 21:04:20 kleink Exp $ */
1+
/* $NetBSD: _lwp.c,v 1.4 2005/06/12 05:21:25 lukem Exp $ */
22

33
/*
44
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -35,6 +35,11 @@
3535
* POSSIBILITY OF SUCH DAMAGE.
3636
*/
3737

38+
#include <sys/cdefs.h>
39+
#if defined(LIBC_SCCS) && !defined(lint)
40+
__RCSID("$NetBSD: _lwp.c,v 1.4 2005/06/12 05:21:25 lukem Exp $");
41+
#endif /* LIBC_SCCS and not lint */
42+
3843
#include "namespace.h"
3944
#include <sys/types.h>
4045
#include <ucontext.h>

lib/libc/arch/arm/gen/flt_rounds.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: flt_rounds.c,v 1.1 2000/12/29 20:13:48 bjh21 Exp $ */
1+
/* $NetBSD: flt_rounds.c,v 1.2 2005/06/12 05:21:25 lukem Exp $ */
22

33
/*
44
* Copyright (c) 1996 Mark Brinicombe
@@ -31,6 +31,11 @@
3131
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3232
*/
3333

34+
#include <sys/cdefs.h>
35+
#if defined(LIBC_SCCS) && !defined(lint)
36+
__RCSID("$NetBSD: flt_rounds.c,v 1.2 2005/06/12 05:21:25 lukem Exp $");
37+
#endif /* LIBC_SCCS and not lint */
38+
3439
#include <sys/types.h>
3540
#include <ieeefp.h>
3641

0 commit comments

Comments
 (0)