summaryrefslogtreecommitdiffstats
path: root/sys/sys/systm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/systm.h')
-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 9a93478..07ad6a5 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)systm.h 8.7 (Berkeley) 3/29/95
- * $Id: systm.h,v 1.74 1998/08/05 18:18:06 bde Exp $
+ * $Id: systm.h,v 1.75 1998/09/06 06:25:18 ache Exp $
*/
#ifndef _SYS_SYSTM_H_
@@ -263,6 +263,7 @@ int rm_at_fork __P((forklist_fn function));
/* Shutdown callout list definitions and declarations. */
#define SHUTDOWN_PRE_SYNC 0
#define SHUTDOWN_POST_SYNC 1
+#define SHUTDOWN_FINAL 2
typedef void (*bootlist_fn) __P((int, void *));
OpenPOWER on IntegriCloud