summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/csu/Makefile2
-rw-r--r--lib/csu/alpha/crt0.c4
-rw-r--r--lib/csu/common.c1
-rw-r--r--lib/csu/i386/Makefile2
-rw-r--r--lib/csu/m68k/Makefile2
-rw-r--r--lib/csu/m68k/crt0.c4
-rw-r--r--lib/csu/mips/Makefile2
-rw-r--r--lib/csu/mips/crt0.S3
-rw-r--r--lib/csu/mips/crt0.c4
-rw-r--r--lib/csu/mips/crtn.c2
-rw-r--r--lib/csu/mvme88k/Makefile2
-rw-r--r--lib/csu/ns32k/Makefile2
-rw-r--r--lib/csu/ns32k/crt0.c4
-rw-r--r--lib/csu/powerpc/Makefile2
-rw-r--r--lib/csu/powerpc/crt0.s2
-rw-r--r--lib/csu/powerpc/crtend.c1
-rw-r--r--lib/csu/sparc/Makefile2
-rw-r--r--lib/csu/sparc/crt0.c4
-rw-r--r--lib/csu/vax/Makefile2
-rw-r--r--lib/csu/vax/crt0.c4
20 files changed, 28 insertions, 23 deletions
diff --git a/lib/csu/Makefile b/lib/csu/Makefile
index 8eae87abc1b..f2765192a9b 100644
--- a/lib/csu/Makefile
+++ b/lib/csu/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1997/11/08 08:13:10 todd Exp $
+# $OpenBSD: Makefile,v 1.3 1999/08/20 14:11:34 niklas Exp $
.if make(obj)
SUBDIR= alpha i386 m68k mips mvme88k ns32k powerpc sparc vax
diff --git a/lib/csu/alpha/crt0.c b/lib/csu/alpha/crt0.c
index cb4068aee03..513c070968b 100644
--- a/lib/csu/alpha/crt0.c
+++ b/lib/csu/alpha/crt0.c
@@ -1,5 +1,5 @@
+/* $OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:34 niklas Exp $ */
/* $NetBSD: crt0.c,v 1.1 1996/09/12 16:59:02 cgd Exp $ */
-/* $OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:49 tholo Exp $ */
/*
* Copyright (c) 1995 Christopher G. Demetriou
* All rights reserved.
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:49 tholo Exp $";
+static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:34 niklas Exp $";
#endif /* LIBC_SCCS and not lint */
#ifdef ECOFF_COMPAT
diff --git a/lib/csu/common.c b/lib/csu/common.c
index 4ae709a3366..92ef314501e 100644
--- a/lib/csu/common.c
+++ b/lib/csu/common.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: common.c,v 1.3 1999/08/20 14:11:34 niklas Exp $ */
/* $NetBSD: common.c,v 1.4 1995/09/23 22:34:20 pk Exp $ */
/*
* Copyright (c) 1993,1995 Paul Kranenburg
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index 4d8ca968f8a..68c29c4ac23 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.5 1999/08/20 14:11:34 niklas Exp $
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.4 1997/07/24 14:24:42 deraadt Exp $
CFLAGS+= -fno-omit-frame-pointer -DLIBC_SCCS -I${.CURDIR}/..
OBJS= crt0.o gcrt0.o scrt0.o
diff --git a/lib/csu/m68k/Makefile b/lib/csu/m68k/Makefile
index 326da743a5c..3af2e8964ec 100644
--- a/lib/csu/m68k/Makefile
+++ b/lib/csu/m68k/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.4 1999/08/20 14:11:35 niklas Exp $
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.3 1997/04/27 20:56:01 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
OBJS= crt0.o gcrt0.o scrt0.o
diff --git a/lib/csu/m68k/crt0.c b/lib/csu/m68k/crt0.c
index a864ed22dd7..bff5634e3b5 100644
--- a/lib/csu/m68k/crt0.c
+++ b/lib/csu/m68k/crt0.c
@@ -1,5 +1,5 @@
+/* $OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:35 niklas Exp $ */
/* $NetBSD: crt0.c,v 1.14 1995/06/03 13:16:11 pk Exp $ */
-/* $OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:50 tholo Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@@ -33,7 +33,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:50 tholo Exp $";
+static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:35 niklas Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
diff --git a/lib/csu/mips/Makefile b/lib/csu/mips/Makefile
index 58e05c5546e..caab2a269c8 100644
--- a/lib/csu/mips/Makefile
+++ b/lib/csu/mips/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.9 1999/08/20 14:11:35 niklas Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/1/93
-# $Id: Makefile,v 1.8 1997/04/27 20:56:02 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}
OBJS= crt0.o gcrt0.o scrt0.o crtn.o
diff --git a/lib/csu/mips/crt0.S b/lib/csu/mips/crt0.S
index a59e49ae140..8d19c126ebc 100644
--- a/lib/csu/mips/crt0.S
+++ b/lib/csu/mips/crt0.S
@@ -1,3 +1,5 @@
+/* $OpenBSD: crt0.S,v 1.2 1999/08/20 14:11:35 niklas Exp $ */
+
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -34,7 +36,6 @@
* SUCH DAMAGE.
*
* from: @(#)crt0.s 8.2 (Berkeley) 3/21/94
- * $Id: crt0.S,v 1.1 1995/10/18 08:41:18 deraadt Exp $
*/
#include <machine/regdef.h>
diff --git a/lib/csu/mips/crt0.c b/lib/csu/mips/crt0.c
index 504e0360225..a67eaefb8d6 100644
--- a/lib/csu/mips/crt0.c
+++ b/lib/csu/mips/crt0.c
@@ -1,5 +1,5 @@
+/* $OpenBSD: crt0.c,v 1.4 1999/08/20 14:11:35 niklas Exp $ */
/* $NetBSD: crt0.c,v 1.7 1995/06/03 13:16:15 pk Exp $ */
-/* $OpenBSD: crt0.c,v 1.3 1997/07/23 20:39:31 kstailey Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 1997/07/23 20:39:31 kstailey Exp $";
+static char rcsid[] = "$OpenBSD: crt0.c,v 1.4 1999/08/20 14:11:35 niklas Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
diff --git a/lib/csu/mips/crtn.c b/lib/csu/mips/crtn.c
index 9617679e801..d25502a8de1 100644
--- a/lib/csu/mips/crtn.c
+++ b/lib/csu/mips/crtn.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: crtn.c,v 1.2 1999/08/20 14:11:35 niklas Exp $ */
+
/*
* Empty file to create crtn.o.
* This is something constructors/destructors
diff --git a/lib/csu/mvme88k/Makefile b/lib/csu/mvme88k/Makefile
index 1132db29d87..cecabd087de 100644
--- a/lib/csu/mvme88k/Makefile
+++ b/lib/csu/mvme88k/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.3 1999/08/20 14:11:35 niklas Exp $
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.2 1997/04/27 20:56:03 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
OBJS= crt0.o gcrt0.o scrt0.o
diff --git a/lib/csu/ns32k/Makefile b/lib/csu/ns32k/Makefile
index cebe2b951ce..810bcb3d5a2 100644
--- a/lib/csu/ns32k/Makefile
+++ b/lib/csu/ns32k/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.4 1999/08/20 14:11:36 niklas Exp $
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.3 1997/04/27 20:56:03 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
OBJS= crt0.o gcrt0.o scrt0.o
diff --git a/lib/csu/ns32k/crt0.c b/lib/csu/ns32k/crt0.c
index 5b7b80102e4..87ec07999b8 100644
--- a/lib/csu/ns32k/crt0.c
+++ b/lib/csu/ns32k/crt0.c
@@ -1,5 +1,5 @@
+/* $OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:36 niklas Exp $ */
/* $NetBSD: crt0.c,v 1.7 1995/06/03 13:16:15 pk Exp $ */
-/* $OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:52 tholo Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:52 tholo Exp $";
+static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:36 niklas Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
diff --git a/lib/csu/powerpc/Makefile b/lib/csu/powerpc/Makefile
index 76ca33ea512..aaa416ae999 100644
--- a/lib/csu/powerpc/Makefile
+++ b/lib/csu/powerpc/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.4 1999/08/20 14:11:36 niklas Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/1/93
-# $Id: Makefile,v 1.3 1999/01/28 05:01:14 rahnds Exp $
CFLAGS= -DLIBC_SCCS
OBJS= crt0.o gcrt0.o crtbegin.o crtend.o
diff --git a/lib/csu/powerpc/crt0.s b/lib/csu/powerpc/crt0.s
index 311b7828596..21834f69357 100644
--- a/lib/csu/powerpc/crt0.s
+++ b/lib/csu/powerpc/crt0.s
@@ -1,4 +1,4 @@
-
+# $OpenBSD: crt0.s,v 1.6 1999/08/20 14:11:36 niklas Exp $
.section ".data"
.comm environ, 4
diff --git a/lib/csu/powerpc/crtend.c b/lib/csu/powerpc/crtend.c
index bfb6418d4ab..1b875de471b 100644
--- a/lib/csu/powerpc/crtend.c
+++ b/lib/csu/powerpc/crtend.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: crtend.c,v 1.2 1999/08/20 14:11:36 niklas Exp $ */
/* $NetBSD: crtend.c,v 1.1 1997/04/16 19:38:24 thorpej Exp $ */
#include <sys/cdefs.h>
diff --git a/lib/csu/sparc/Makefile b/lib/csu/sparc/Makefile
index f6490a4d6cc..810bcb3d5a2 100644
--- a/lib/csu/sparc/Makefile
+++ b/lib/csu/sparc/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.4 1999/08/20 14:11:36 niklas Exp $
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.3 1997/04/27 20:56:05 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
OBJS= crt0.o gcrt0.o scrt0.o
diff --git a/lib/csu/sparc/crt0.c b/lib/csu/sparc/crt0.c
index 3bd03b1e914..7e5d5e030ca 100644
--- a/lib/csu/sparc/crt0.c
+++ b/lib/csu/sparc/crt0.c
@@ -1,5 +1,5 @@
+/* $OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:36 niklas Exp $ */
/* $NetBSD: crt0.c,v 1.15 1995/06/15 21:41:55 pk Exp $ */
-/* $OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:53 tholo Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@@ -33,7 +33,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:53 tholo Exp $";
+static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:36 niklas Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
diff --git a/lib/csu/vax/Makefile b/lib/csu/vax/Makefile
index 1922df9d7e6..ca6c3079480 100644
--- a/lib/csu/vax/Makefile
+++ b/lib/csu/vax/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.4 1999/08/20 14:11:36 niklas Exp $
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
-# $Id: Makefile,v 1.3 1997/04/27 20:56:06 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
OBJS= crt0.o gcrt0.o scrt0.o
diff --git a/lib/csu/vax/crt0.c b/lib/csu/vax/crt0.c
index 375a2031000..509c4882ed8 100644
--- a/lib/csu/vax/crt0.c
+++ b/lib/csu/vax/crt0.c
@@ -1,5 +1,5 @@
+/* $OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:36 niklas Exp $ */
/* $NetBSD: crt0.c,v 1.1.2.1 1995/10/15 19:40:04 ragge Exp $ */
-/* $OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:54 tholo Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@@ -33,7 +33,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:54 tholo Exp $";
+static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:36 niklas Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>