summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2011-05-20 14:46:45 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2011-05-20 14:46:45 +0000
commit8cd2d50276ae8eff6300ac59d0f47b7bed07b872 (patch)
tree06ce6a9e6dbbd2078c1e354ec13582fca3448c51 /sys/dev
parent413fb357e426598e7e464c11ac55f6b2766e1887 (diff)
fix copy and paste in BIOCINSTALLBOOT ioctl number.
found by Vadim Zhukov <persgray@gmail.com> ok jsing
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/biovar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/biovar.h b/sys/dev/biovar.h
index 76e15b82081..62f52a23650 100644
--- a/sys/dev/biovar.h
+++ b/sys/dev/biovar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: biovar.h,v 1.39 2011/04/14 02:41:40 marco Exp $ */
+/* $OpenBSD: biovar.h,v 1.40 2011/05/20 14:46:44 marco Exp $ */
/*
* Copyright (c) 2002 Niklas Hallqvist. All rights reserved.
@@ -213,7 +213,7 @@ struct bioc_discipline {
void *bd_data;
};
-#define BIOCINSTALLBOOT _IOWR('B', 40, struct bioc_installboot)
+#define BIOCINSTALLBOOT _IOWR('B', 41, struct bioc_installboot)
struct bioc_installboot {
void *bb_cookie;
char bb_dev[16];