summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2001-07-08 04:58:29 +0000
committerjulian <julian@FreeBSD.org>2001-07-08 04:58:29 +0000
commita8f21f2114383b145fedd19fabc6aae8e2e282d7 (patch)
treed2c7798047c9273a166d13a60be1e0b9715dd2bf
parent869029d5d7ecbdcabcad467c24dc102b3f110fde (diff)
downloadFreeBSD-src-a8f21f2114383b145fedd19fabc6aae8e2e282d7.zip
FreeBSD-src-a8f21f2114383b145fedd19fabc6aae8e2e282d7.tar.gz
Small whitespace fix.
BDE'd by: BDE
-rw-r--r--sys/sys/systm.h4
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));
OpenPOWER on IntegriCloud