Small whitespace fix.

BDE'd by: BDE
This commit is contained in:
Julian Elischer 2001-07-08 04:58:29 +00:00
parent 0b1ae8097d
commit 50bc553e3c

View File

@ -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));