diff options
-rw-r--r-- | sys/sys/systm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h index a861069..5d4b554 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -51,7 +51,6 @@ extern int securelevel; /* system security level (see init(8)) */ extern int cold; /* nonzero if we are doing a cold boot */ extern const char *panicstr; /* panic message */ extern int dumping; /* system is dumping */ -extern int safepri; /* safe ipl when cold or panicing */ extern char version[]; /* system version */ extern char copyright[]; /* system copyright */ |