summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/systm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index d42c14ed6ae..9b6c1671cab 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: systm.h,v 1.38 2001/05/05 22:34:35 art Exp $ */
+/* $OpenBSD: systm.h,v 1.39 2001/06/24 20:53:40 mickey Exp $ */
/* $NetBSD: systm.h,v 1.50 1996/06/09 04:55:09 briggs Exp $ */
/*-
@@ -77,6 +77,7 @@ extern int securelevel; /* system security level */
extern const char *panicstr; /* panic message */
extern char version[]; /* system version */
extern char copyright[]; /* system copyright */
+extern int cold; /* cold start flag initialized in locore */
extern int nblkdev; /* number of entries in bdevsw */
extern int nchrdev; /* number of entries in cdevsw */