diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-10-20 07:55:41 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-10-20 07:55:41 +0000 |
| commit | 341885a9fce84834fe9fe892fa2c577575150417 (patch) | |
| tree | 8e79cc7acb8364de55c11e1b583d2e16b8a0d1e0 | |
| parent | 36f8814a83bd1fcd32622f88f258ddf37ca1693b (diff) | |
Notes
| -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 a8610694055a..5d4b554389c1 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 */ |
