diff options
Diffstat (limited to 'lib/libc/arch/vax/sys/exect.S')
-rw-r--r-- | lib/libc/arch/vax/sys/exect.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/vax/sys/exect.S b/lib/libc/arch/vax/sys/exect.S index 1cb1af9b2d4..c4776b87c6d 100644 --- a/lib/libc/arch/vax/sys/exect.S +++ b/lib/libc/arch/vax/sys/exect.S @@ -1,4 +1,4 @@ -/* $OpenBSD: exect.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */ +/* $OpenBSD: exect.S,v 1.8 2008/05/21 20:39:32 miod Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,4 +34,4 @@ SYSENTRY(exect) bispsw $PSL_T chmk $ SYS_execve - jmp __cerror # exect(file, argv, env) + jmp _C_LABEL(_cerror) # exect(file, argv, env) |