diff options
Diffstat (limited to 'lib/libc/arch/alpha/sys/exect.S')
-rw-r--r-- | lib/libc/arch/alpha/sys/exect.S | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/arch/alpha/sys/exect.S b/lib/libc/arch/alpha/sys/exect.S index b6e8ba19c5b..f1e2353129b 100644 --- a/lib/libc/arch/alpha/sys/exect.S +++ b/lib/libc/arch/alpha/sys/exect.S @@ -1,3 +1,6 @@ +/* $OpenBSD: exect.S,v 1.3 1996/11/13 22:05:11 niklas Exp $ */ +/* $NetBSD: exect.S,v 1.2 1996/10/17 03:08:18 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,10 +32,10 @@ #if defined(SYSLIBC_SCCS) .text - .asciz "$OpenBSD: exect.S,v 1.2 1996/08/19 08:11:07 tholo Exp $" + .asciz "$OpenBSD: exect.S,v 1.3 1996/11/13 22:05:11 niklas Exp $" #endif /* SYSLIBC_SCCS */ LEAF(exect, 3) - SYSCALL_NOLABEL(execve) + CALLSYS_ERROR(execve) RET END(exect) |