diff options
author | Heikki Korpela <heko@cvs.openbsd.org> | 2001-08-12 12:03:04 +0000 |
---|---|---|
committer | Heikki Korpela <heko@cvs.openbsd.org> | 2001-08-12 12:03:04 +0000 |
commit | 8733d65e598e20f5a4415a710e9c51ab3a3d323d (patch) | |
tree | 39173461770e11f8ad331e9aa18365fc4ab2d19f /lib/libc/arch/vax/sys | |
parent | bbbc80b14c0c9c05eb40dfe595d4893002a710bf (diff) |
#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok
Diffstat (limited to 'lib/libc/arch/vax/sys')
-rw-r--r-- | lib/libc/arch/vax/sys/sigreturn.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/vax/sys/sigreturn.S b/lib/libc/arch/vax/sys/sigreturn.S index b5f6b68441c..2e19afdbf83 100644 --- a/lib/libc/arch/vax/sys/sigreturn.S +++ b/lib/libc/arch/vax/sys/sigreturn.S @@ -33,7 +33,7 @@ #if defined(SYSLIBC_SCCS) .text - .asciz "$OpenBSD: sigreturn.S,v 1.3 1998/05/17 10:06:37 niklas Exp $" + .asciz "$OpenBSD: sigreturn.S,v 1.4 2001/08/12 12:03:01 heko Exp $" #endif /* SYSLIBC_SCCS */ #include "SYS.h" @@ -46,7 +46,7 @@ #define ENTRY(x, y) \ .globl _ ## x; .align 2; _ ## x ## : .word 0; pushr $0x3f; \ .data; 1:; .long 0; .text; moval 1b,r0; jsb mcount; popr $0x3f; -#endif PROF +#endif /* PROF */ SYSCALL(sigreturn) ret |