From aa7babfb7f74bf1b2f8d905ea69750ce557e93b0 Mon Sep 17 00:00:00 2001 From: kstailey Date: Thu, 16 Jan 1997 04:19:41 +0000 Subject: [PATCH] added RB_TIMEBAD bootflag --- sys/sys/reboot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.20.1