diff options
-rw-r--r-- | sys/sys/systm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h index 1616776..cdf984a 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -91,8 +91,8 @@ struct ucred; struct uio; struct _jmp_buf; -int setjmp __P((struct _jmp_buf *)); -void longjmp __P((struct _jmp_buf *, int)) __dead2; +int setjmp __P((struct _jmp_buf *)); +void longjmp __P((struct _jmp_buf *, int)) __dead2; void Debugger __P((const char *msg)); int dumpstatus __P((vm_offset_t addr, long count)); int nullop __P((void)); |