diff options
Diffstat (limited to 'lib/libc/arch/vax/sys/syscall.S')
-rw-r--r-- | lib/libc/arch/vax/sys/syscall.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/vax/sys/syscall.S b/lib/libc/arch/vax/sys/syscall.S index c8ad8befdcc..f8aac2fdaac 100644 --- a/lib/libc/arch/vax/sys/syscall.S +++ b/lib/libc/arch/vax/sys/syscall.S @@ -38,7 +38,7 @@ #if defined(SYSLIBC_SCCS) .text - .asciz "$OpenBSD: syscall.S,v 1.4 2001/08/23 21:58:41 miod Exp $" + .asciz "$OpenBSD: syscall.S,v 1.5 2002/11/05 00:37:09 miod Exp $" #endif /* SYSLIBC_SCCS */ #include "SYS.h" @@ -50,4 +50,4 @@ SYSENTRY(syscall) jcs 1f ret 1: - jmp cerror + jmp __cerror |