diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 10:27:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 10:27:31 +0000 |
commit | fcdcc3b45509c3d4fa013f9964e5553726c24a61 (patch) | |
tree | d11d8c8a47ecd0291c378ecbb23d3c9034ddddaf /sys | |
parent | a4347e0c9a56ac5892f3e145f98004e700558eaa (diff) |
add RB_CONFIG
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/reboot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/reboot.h b/sys/sys/reboot.h index 78284f4e093..0b886f39fa8 100644 --- a/sys/sys/reboot.h +++ b/sys/sys/reboot.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reboot.h,v 1.4 1996/05/02 13:14:55 deraadt Exp $ */ +/* $OpenBSD: reboot.h,v 1.5 1996/06/16 10:27:30 deraadt Exp $ */ /* $NetBSD: reboot.h,v 1.9 1996/04/22 01:23:25 christos Exp $ */ /* @@ -52,6 +52,7 @@ #define RB_RDONLY 0x080 /* mount root fs read-only */ #define RB_DUMP 0x100 /* dump kernel memory before reboot */ #define RB_MINIROOT 0x200 /* mini-root present in memory at boot time */ +#define RB_CONFIG 0x400 /* change configured devices */ /* * Constants for converting boot-style device number to type, |