summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2008-06-27 03:17:29 +0000
committertodd <todd@openbsd.org>2008-06-27 03:17:29 +0000
commit1c3c8f710b5b7d98ba8d6445d3eea57822f069ba (patch)
tree9e758c70c6173d0d23b4420e207d2bfc41512d15
parentLabel switch statement with /* FALLTHROUGH */; inspired by two (diff)
downloadwireguard-openbsd-1c3c8f710b5b7d98ba8d6445d3eea57822f069ba.tar.xz
wireguard-openbsd-1c3c8f710b5b7d98ba8d6445d3eea57822f069ba.zip
fix bio major, only took a year to test
-rw-r--r--etc/etc.sgi/MAKEDEV.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.sgi/MAKEDEV.md b/etc/etc.sgi/MAKEDEV.md
index 6ce0c223321..0f5ba422e44 100644
--- a/etc/etc.sgi/MAKEDEV.md
+++ b/etc/etc.sgi/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,sgi)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.18 2008/06/14 23:09:06 todd Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.19 2008/06/27 03:17:29 todd Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -58,7 +58,7 @@ _TITLE(usb)
_DEV(vi, 45)
_TITLE(spec)
_DEV(au, 44)
-_DEV(bio, 14)
+_DEV(bio, 49)
_DEV(bpf, 12)
_DEV(cry, 47)
_DEV(fdesc, 7)