summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-24 20:53:41 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-24 20:53:41 +0000
commitde8bd0ca9132ec3c007791bbdb365e69d3fd70c8 (patch)
tree370120d8e55d9ab51434dff0cb6114b715bb5c27 /sys
parentfb00ed2229dcf70c469b64851e2b11307bee9430 (diff)
place extern cold here; per discussion w/ art@
Diffstat (limited to 'sys')
-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 */