summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-16 10:27:30 +0000
committerderaadt <deraadt@openbsd.org>1996-06-16 10:27:30 +0000
commitd254969ce6ad31a30f5389814cf20d13603a95dd (patch)
tree4896baa2df84119eb59f000527f262d6ab0e8f67
parent-c == RB_CONFIG; -C == checksum (disabled) (diff)
downloadwireguard-openbsd-d254969ce6ad31a30f5389814cf20d13603a95dd.tar.xz
wireguard-openbsd-d254969ce6ad31a30f5389814cf20d13603a95dd.zip
add RB_CONFIG
-rw-r--r--sys/sys/reboot.h3
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,