Small whitespace fix.
BDE'd by: BDE
This commit is contained in:
parent
0b1ae8097d
commit
50bc553e3c
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user