diff options
author | 1997-01-16 04:19:41 +0000 | |
---|---|---|
committer | 1997-01-16 04:19:41 +0000 | |
commit | aa7babfb7f74bf1b2f8d905ea69750ce557e93b0 (patch) | |
tree | 23ada5fdcf1897be72d93b8d50e922584a857d06 | |
parent | Update from NetBSD: adds chlen command and makes -Wall happy. (diff) | |
download | wireguard-openbsd-aa7babfb7f74bf1b2f8d905ea69750ce557e93b0.tar.xz wireguard-openbsd-aa7babfb7f74bf1b2f8d905ea69750ce557e93b0.zip |
added RB_TIMEBAD bootflag
-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 e72051e19fd..4fe9805bd89 100644 --- a/sys/sys/reboot.h +++ b/sys/sys/reboot.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reboot.h,v 1.6 1996/10/14 13:22:15 mickey Exp $ */ +/* $OpenBSD: reboot.h,v 1.7 1997/01/16 04:19:41 kstailey Exp $ */ /* $NetBSD: reboot.h,v 1.9 1996/04/22 01:23:25 christos Exp $ */ /* @@ -53,6 +53,7 @@ #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 */ +#define RB_TIMEBAD 0x800 /* don't call resettodr() in boot() */ /* * Constants for converting boot-style device number to type, |