summaryrefslogtreecommitdiff
path: root/lib/libc/arch/vax
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-08-07 16:40:17 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-08-07 16:40:17 +0000
commit2b33f97aa2c37672247f55ad0d2a4fd82dcfd119 (patch)
tree24241ca04dd52d958f944416b96f34093effa9a6 /lib/libc/arch/vax
parent5bb3f4a03bbd394e6b0d3d5c336dc9b3023b5811 (diff)
zap rcsid.
okay deraadt@ (tested them all)
Diffstat (limited to 'lib/libc/arch/vax')
-rw-r--r--lib/libc/arch/vax/gen/_setjmp.S6
-rw-r--r--lib/libc/arch/vax/gen/alloca.S6
-rw-r--r--lib/libc/arch/vax/gen/fabs.S6
-rw-r--r--lib/libc/arch/vax/gen/frexp.c5
-rw-r--r--lib/libc/arch/vax/gen/infinity.c5
-rw-r--r--lib/libc/arch/vax/gen/isinf.c6
-rw-r--r--lib/libc/arch/vax/gen/ldexp.S6
-rw-r--r--lib/libc/arch/vax/gen/modf.S6
-rw-r--r--lib/libc/arch/vax/gen/setjmp.S6
-rw-r--r--lib/libc/arch/vax/gen/sigsetjmp.S6
-rw-r--r--lib/libc/arch/vax/gen/udiv.S6
-rw-r--r--lib/libc/arch/vax/gen/urem.S6
-rw-r--r--lib/libc/arch/vax/string/bcmp.S6
-rw-r--r--lib/libc/arch/vax/string/bcopy.S6
-rw-r--r--lib/libc/arch/vax/string/bzero.S6
-rw-r--r--lib/libc/arch/vax/string/ffs.S6
-rw-r--r--lib/libc/arch/vax/string/index.S6
-rw-r--r--lib/libc/arch/vax/string/memcmp.S6
-rw-r--r--lib/libc/arch/vax/string/memcpy.S6
-rw-r--r--lib/libc/arch/vax/string/memmove.S6
-rw-r--r--lib/libc/arch/vax/string/memset.S6
-rw-r--r--lib/libc/arch/vax/sys/Ovfork.S6
-rw-r--r--lib/libc/arch/vax/sys/brk.S6
-rw-r--r--lib/libc/arch/vax/sys/cerror.S6
-rw-r--r--lib/libc/arch/vax/sys/exect.S6
-rw-r--r--lib/libc/arch/vax/sys/fork.S6
-rw-r--r--lib/libc/arch/vax/sys/rfork.S6
-rw-r--r--lib/libc/arch/vax/sys/sbrk.S6
-rw-r--r--lib/libc/arch/vax/sys/setlogin.S6
-rw-r--r--lib/libc/arch/vax/sys/sigpending.S6
-rw-r--r--lib/libc/arch/vax/sys/sigprocmask.S6
-rw-r--r--lib/libc/arch/vax/sys/sigreturn.S6
-rw-r--r--lib/libc/arch/vax/sys/sigsuspend.S6
-rw-r--r--lib/libc/arch/vax/sys/syscall.S6
34 files changed, 34 insertions, 168 deletions
diff --git a/lib/libc/arch/vax/gen/_setjmp.S b/lib/libc/arch/vax/gen/_setjmp.S
index 711de2102b3..fa252fc7a23 100644
--- a/lib/libc/arch/vax/gen/_setjmp.S
+++ b/lib/libc/arch/vax/gen/_setjmp.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: _setjmp.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */
/*
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: _setjmp.S,v 1.3 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/*
* C library -- _setjmp, _longjmp
*
diff --git a/lib/libc/arch/vax/gen/alloca.S b/lib/libc/arch/vax/gen/alloca.S
index ef9503be510..051ddb0db9b 100644
--- a/lib/libc/arch/vax/gen/alloca.S
+++ b/lib/libc/arch/vax/gen/alloca.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: alloca.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: alloca.S,v 1.4 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
#include "DEFS.h"
ENTRY(alloca, R2)
diff --git a/lib/libc/arch/vax/gen/fabs.S b/lib/libc/arch/vax/gen/fabs.S
index 1927ac290a5..b1ae5b974fc 100644
--- a/lib/libc/arch/vax/gen/fabs.S
+++ b/lib/libc/arch/vax/gen/fabs.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: fabs.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: fabs.S,v 1.3 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/* fabs - floating absolute value */
#include "DEFS.h"
diff --git a/lib/libc/arch/vax/gen/frexp.c b/lib/libc/arch/vax/gen/frexp.c
index 6e3f43455a7..1f281ec87d0 100644
--- a/lib/libc/arch/vax/gen/frexp.c
+++ b/lib/libc/arch/vax/gen/frexp.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: frexp.c,v 1.5 2005/08/07 16:40:15 espie Exp $ */
/*-
* Copyright (c) 1991, 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: frexp.c,v 1.4 2003/06/02 20:18:33 millert Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <math.h>
diff --git a/lib/libc/arch/vax/gen/infinity.c b/lib/libc/arch/vax/gen/infinity.c
index 1fb9fc11c92..a6c30cff55a 100644
--- a/lib/libc/arch/vax/gen/infinity.c
+++ b/lib/libc/arch/vax/gen/infinity.c
@@ -1,7 +1,4 @@
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: infinity.c,v 1.3 2000/10/10 12:39:29 hugh Exp $";
-#endif /* LIBC_SCCS and not lint */
-
+/* $OpenBSD: infinity.c,v 1.4 2005/08/07 16:40:15 espie Exp $ */
/*
* XXX - This is not correct, but what can we do about it?
*/
diff --git a/lib/libc/arch/vax/gen/isinf.c b/lib/libc/arch/vax/gen/isinf.c
index b24e6b11e41..6f60b96b67f 100644
--- a/lib/libc/arch/vax/gen/isinf.c
+++ b/lib/libc/arch/vax/gen/isinf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: isinf.c,v 1.5 2003/06/02 20:18:33 millert Exp $ */
+/* $OpenBSD: isinf.c,v 1.6 2005/08/07 16:40:15 espie Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: isinf.c,v 1.5 2003/06/02 20:18:33 millert Exp $";
-#endif /* LIBC_SCCS and not lint */
-
/* ARGSUSED */
int
isnan(d)
diff --git a/lib/libc/arch/vax/gen/ldexp.S b/lib/libc/arch/vax/gen/ldexp.S
index ed9490d8dcd..d16ac9ccd1f 100644
--- a/lib/libc/arch/vax/gen/ldexp.S
+++ b/lib/libc/arch/vax/gen/ldexp.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: ldexp.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: ldexp.S,v 1.4 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/*
* double ldexp (value, exp)
* double value;
diff --git a/lib/libc/arch/vax/gen/modf.S b/lib/libc/arch/vax/gen/modf.S
index a1201fee441..a4e2bec594a 100644
--- a/lib/libc/arch/vax/gen/modf.S
+++ b/lib/libc/arch/vax/gen/modf.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: modf.S,v 1.6 2005/08/07 16:40:15 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: modf.S,v 1.5 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/*
* double modf (value, iptr)
* double value, *iptr;
diff --git a/lib/libc/arch/vax/gen/setjmp.S b/lib/libc/arch/vax/gen/setjmp.S
index 0effe7c063f..ad931fd1691 100644
--- a/lib/libc/arch/vax/gen/setjmp.S
+++ b/lib/libc/arch/vax/gen/setjmp.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: setjmp.S,v 1.7 2005/08/07 16:40:15 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: setjmp.S,v 1.6 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/*
* C library -- setjmp, longjmp
*
diff --git a/lib/libc/arch/vax/gen/sigsetjmp.S b/lib/libc/arch/vax/gen/sigsetjmp.S
index f8e8fa24157..7dfebf98832 100644
--- a/lib/libc/arch/vax/gen/sigsetjmp.S
+++ b/lib/libc/arch/vax/gen/sigsetjmp.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: sigsetjmp.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */
/*
* Copyright (c) 1983, 1993, 1995
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: sigsetjmp.S,v 1.3 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/*
* C library -- sigsetjmp, siglongjmp
*
diff --git a/lib/libc/arch/vax/gen/udiv.S b/lib/libc/arch/vax/gen/udiv.S
index 8596b9f50de..337a205ce1a 100644
--- a/lib/libc/arch/vax/gen/udiv.S
+++ b/lib/libc/arch/vax/gen/udiv.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: udiv.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -30,11 +31,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: udiv.S,v 1.4 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/*
* Unsigned division, PCC flavor.
* udiv() takes an ordinary dividend/divisor pair;
diff --git a/lib/libc/arch/vax/gen/urem.S b/lib/libc/arch/vax/gen/urem.S
index 45574d6c0c1..6b7f3834d2f 100644
--- a/lib/libc/arch/vax/gen/urem.S
+++ b/lib/libc/arch/vax/gen/urem.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: urem.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -30,11 +31,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: urem.S,v 1.4 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
#include "DEFS.h"
/*
diff --git a/lib/libc/arch/vax/string/bcmp.S b/lib/libc/arch/vax/string/bcmp.S
index a710dc936b6..14711f417f5 100644
--- a/lib/libc/arch/vax/string/bcmp.S
+++ b/lib/libc/arch/vax/string/bcmp.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: bcmp.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: bcmp.S,v 1.3 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
#include "DEFS.h"
/* Since "cmpc3" is not portable across VAXen, do it the hard way */
diff --git a/lib/libc/arch/vax/string/bcopy.S b/lib/libc/arch/vax/string/bcopy.S
index 006d0bac285..dfcae2a03e2 100644
--- a/lib/libc/arch/vax/string/bcopy.S
+++ b/lib/libc/arch/vax/string/bcopy.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: bcopy.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: bcopy.S,v 1.4 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/* bcopy(from, to, size) */
#include "DEFS.h"
diff --git a/lib/libc/arch/vax/string/bzero.S b/lib/libc/arch/vax/string/bzero.S
index 6f7da728a60..73cfd89537d 100644
--- a/lib/libc/arch/vax/string/bzero.S
+++ b/lib/libc/arch/vax/string/bzero.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: bzero.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: bzero.S,v 1.4 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/* bzero(base, length) */
#include "DEFS.h"
diff --git a/lib/libc/arch/vax/string/ffs.S b/lib/libc/arch/vax/string/ffs.S
index d7ce9d0eaf0..50b4669a6ad 100644
--- a/lib/libc/arch/vax/string/ffs.S
+++ b/lib/libc/arch/vax/string/ffs.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: ffs.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: ffs.S,v 1.3 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/* bit = ffs(value) */
#include "DEFS.h"
diff --git a/lib/libc/arch/vax/string/index.S b/lib/libc/arch/vax/string/index.S
index 274a48c2727..0d4a64724c5 100644
--- a/lib/libc/arch/vax/string/index.S
+++ b/lib/libc/arch/vax/string/index.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: index.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */
/*
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: index.S,v 1.4 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/*
* Find the first occurrence of c in the string cp.
* Return pointer to match or null pointer.
diff --git a/lib/libc/arch/vax/string/memcmp.S b/lib/libc/arch/vax/string/memcmp.S
index 64da76702a9..c863315884f 100644
--- a/lib/libc/arch/vax/string/memcmp.S
+++ b/lib/libc/arch/vax/string/memcmp.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: memcmp.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: memcmp.S,v 1.3 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/* int memcmp(s1, s2, n) */
#include "DEFS.h"
diff --git a/lib/libc/arch/vax/string/memcpy.S b/lib/libc/arch/vax/string/memcpy.S
index 2943dd1ef5a..80794a49349 100644
--- a/lib/libc/arch/vax/string/memcpy.S
+++ b/lib/libc/arch/vax/string/memcpy.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: memcpy.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: memcpy.S,v 1.4 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/*
* void *memcpy(dst, src, size)
* returns dst
diff --git a/lib/libc/arch/vax/string/memmove.S b/lib/libc/arch/vax/string/memmove.S
index aa4593581aa..af138f3b6e5 100644
--- a/lib/libc/arch/vax/string/memmove.S
+++ b/lib/libc/arch/vax/string/memmove.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: memmove.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: memmove.S,v 1.4 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/*
* void *memmove(dst, src, size)
* returns dst
diff --git a/lib/libc/arch/vax/string/memset.S b/lib/libc/arch/vax/string/memset.S
index 47dff9c6f5d..a7e73377070 100644
--- a/lib/libc/arch/vax/string/memset.S
+++ b/lib/libc/arch/vax/string/memset.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: memset.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS)
- .text
- .asciz "$OpenBSD: memset.S,v 1.4 2003/06/02 20:18:33 millert Exp $"
-#endif /* LIBC_SCCS */
-
/* void *memset(base, c, length) */
#include "DEFS.h"
diff --git a/lib/libc/arch/vax/sys/Ovfork.S b/lib/libc/arch/vax/sys/Ovfork.S
index c42aa279f29..87711f6ba1f 100644
--- a/lib/libc/arch/vax/sys/Ovfork.S
+++ b/lib/libc/arch/vax/sys/Ovfork.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: Ovfork.S,v 1.6 2005/08/07 16:40:16 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: Ovfork.S,v 1.5 2003/06/02 20:18:33 millert Exp $"
-#endif /* SYSLIBC_SCCS */
-
/*
* @(#)vfork.s 4.1 (Berkeley) 12/21/80
* C library -- vfork
diff --git a/lib/libc/arch/vax/sys/brk.S b/lib/libc/arch/vax/sys/brk.S
index d210617e095..a927451e074 100644
--- a/lib/libc/arch/vax/sys/brk.S
+++ b/lib/libc/arch/vax/sys/brk.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: brk.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: brk.S,v 1.6 2003/12/25 18:49:07 miod Exp $"
-#endif /* SYSLIBC_SCCS */
-
#include "SYS.h"
.globl __curbrk
diff --git a/lib/libc/arch/vax/sys/cerror.S b/lib/libc/arch/vax/sys/cerror.S
index 58a75d45282..2816bab5801 100644
--- a/lib/libc/arch/vax/sys/cerror.S
+++ b/lib/libc/arch/vax/sys/cerror.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: cerror.S,v 1.6 2005/08/07 16:40:16 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: cerror.S,v 1.5 2003/06/02 20:18:33 millert Exp $"
-#endif /* SYSLIBC_SCCS */
-
#include "SYS.h"
.globl _errno
diff --git a/lib/libc/arch/vax/sys/exect.S b/lib/libc/arch/vax/sys/exect.S
index 2be27ba5f8c..1cb1af9b2d4 100644
--- a/lib/libc/arch/vax/sys/exect.S
+++ b/lib/libc/arch/vax/sys/exect.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: exect.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: exect.S,v 1.6 2003/06/02 20:18:33 millert Exp $"
-#endif /* SYSLIBC_SCCS */
-
#include "SYS.h"
#include <machine/psl.h>
diff --git a/lib/libc/arch/vax/sys/fork.S b/lib/libc/arch/vax/sys/fork.S
index a59c6c285ca..7f0a08e100a 100644
--- a/lib/libc/arch/vax/sys/fork.S
+++ b/lib/libc/arch/vax/sys/fork.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: fork.S,v 1.4 2005/08/07 16:40:16 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: fork.S,v 1.3 2003/06/02 20:18:33 millert Exp $"
-#endif /* SYSLIBC_SCCS */
-
#include "SYS.h"
SYSCALL(fork)
diff --git a/lib/libc/arch/vax/sys/rfork.S b/lib/libc/arch/vax/sys/rfork.S
index 05127604076..ce492169d2a 100644
--- a/lib/libc/arch/vax/sys/rfork.S
+++ b/lib/libc/arch/vax/sys/rfork.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: rfork.S,v 1.3 2005/08/07 16:40:16 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: rfork.S,v 1.2 2003/06/02 20:18:33 millert Exp $"
-#endif /* SYSLIBC_SCCS */
-
#include "SYS.h"
SYSCALL(rfork)
diff --git a/lib/libc/arch/vax/sys/sbrk.S b/lib/libc/arch/vax/sys/sbrk.S
index 71d0a8f26ee..d2ddcedd221 100644
--- a/lib/libc/arch/vax/sys/sbrk.S
+++ b/lib/libc/arch/vax/sys/sbrk.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: sbrk.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: sbrk.S,v 1.6 2003/06/02 20:18:33 millert Exp $"
-#endif /* SYSLIBC_SCCS */
-
#include "SYS.h"
diff --git a/lib/libc/arch/vax/sys/setlogin.S b/lib/libc/arch/vax/sys/setlogin.S
index bee5bbb1082..7e4c9ad2940 100644
--- a/lib/libc/arch/vax/sys/setlogin.S
+++ b/lib/libc/arch/vax/sys/setlogin.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: setlogin.S,v 1.4 2005/08/07 16:40:16 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -29,11 +30,6 @@
#include "SYS.h"
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: setlogin.S,v 1.3 2003/06/02 20:18:33 millert Exp $"
-#endif /* SYSLIBC_SCCS */
-
.globl ___logname_valid /* in getlogin() */
SYSCALL(setlogin)
diff --git a/lib/libc/arch/vax/sys/sigpending.S b/lib/libc/arch/vax/sys/sigpending.S
index 7e162726b1c..41f468d82e4 100644
--- a/lib/libc/arch/vax/sys/sigpending.S
+++ b/lib/libc/arch/vax/sys/sigpending.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: sigpending.S,v 1.4 2005/08/07 16:40:16 espie Exp $ */
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: sigpending.S,v 1.3 2003/06/02 20:18:33 millert Exp $"
-#endif /* SYSLIBC_SCCS */
-
#include "SYS.h"
SYSCALL(sigpending)
diff --git a/lib/libc/arch/vax/sys/sigprocmask.S b/lib/libc/arch/vax/sys/sigprocmask.S
index c6a1992fb21..1ee870dbf9e 100644
--- a/lib/libc/arch/vax/sys/sigprocmask.S
+++ b/lib/libc/arch/vax/sys/sigprocmask.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: sigprocmask.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: sigprocmask.S,v 1.6 2003/06/02 20:18:33 millert Exp $"
-#endif /* SYSLIBC_SCCS */
-
#include "SYS.h"
err:
diff --git a/lib/libc/arch/vax/sys/sigreturn.S b/lib/libc/arch/vax/sys/sigreturn.S
index f54f88962f8..112f0fa351d 100644
--- a/lib/libc/arch/vax/sys/sigreturn.S
+++ b/lib/libc/arch/vax/sys/sigreturn.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: sigreturn.S,v 1.6 2005/08/07 16:40:16 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: sigreturn.S,v 1.5 2003/06/02 20:18:33 millert Exp $"
-#endif /* SYSLIBC_SCCS */
-
#include "SYS.h"
/*
diff --git a/lib/libc/arch/vax/sys/sigsuspend.S b/lib/libc/arch/vax/sys/sigsuspend.S
index 4d45846c94e..1cbebfce64b 100644
--- a/lib/libc/arch/vax/sys/sigsuspend.S
+++ b/lib/libc/arch/vax/sys/sigsuspend.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: sigsuspend.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,11 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: sigsuspend.S,v 1.6 2003/06/02 20:18:33 millert Exp $"
-#endif /* SYSLIBC_SCCS */
-
#include "SYS.h"
err:
diff --git a/lib/libc/arch/vax/sys/syscall.S b/lib/libc/arch/vax/sys/syscall.S
index 919f6944329..33c8008cdd7 100644
--- a/lib/libc/arch/vax/sys/syscall.S
+++ b/lib/libc/arch/vax/sys/syscall.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: syscall.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,11 +33,6 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: syscall.S,v 1.6 2003/06/02 20:18:33 millert Exp $"
-#endif /* SYSLIBC_SCCS */
-
#include "SYS.h"
SYSENTRY(syscall)