summaryrefslogtreecommitdiff
path: root/lib/csu/vax
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-17 21:16:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-17 21:16:02 +0000
commit4768505c29990ff01e13044545b29c1fdf9fcd31 (patch)
treeceb4510af8f14eab9795ee56c59b61875f938981 /lib/csu/vax
parent87ca0d033f283587c2220d51ccbe048f9201eabd (diff)
uncommit, since it breaks macppc libc. millert and miod have now said they
did NOT approve those for commit. why did mickey feel he was ok to go commiting a set of diffs which had not been passed around and tested by people? we don't know. mickey, have you got something to say for yourself?
Diffstat (limited to 'lib/csu/vax')
-rw-r--r--lib/csu/vax/crt0.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/vax/crt0.c b/lib/csu/vax/crt0.c
index b9bbbc05f43..9881dbb69f2 100644
--- a/lib/csu/vax/crt0.c
+++ b/lib/csu/vax/crt0.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crt0.c,v 1.6 2002/09/17 12:53:44 mickey Exp $ */
+/* $OpenBSD: crt0.c,v 1.7 2002/09/17 21:16:01 deraadt Exp $ */
/* $NetBSD: crt0.c,v 1.1.2.1 1995/10/15 19:40:04 ragge Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@@ -33,7 +33,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: crt0.c,v 1.6 2002/09/17 12:53:44 mickey Exp $";
+static char rcsid[] = "$OpenBSD: crt0.c,v 1.7 2002/09/17 21:16:01 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
@@ -96,7 +96,7 @@ asm ("__callmain:"); /* Defined for the benefit of debuggers */
}
#ifdef DYNAMIC
- asm(" ___syscall2:");
+ asm(" ___syscall:");
asm(" .word 0"); /* no registers to save */
asm(" movl 4(ap), r0"); /* get syscall number */
asm(" subl3 $1,(ap)+,(ap)"); /* n-1 args to syscall */