summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2011-07-29 17:54:09 +0000
committerkettenis <kettenis@openbsd.org>2011-07-29 17:54:09 +0000
commit1467d48e467520fd0dfc3c1765522db1598b248b (patch)
treec603c655cb69234d152a805fd3182d39c5097623
parentfail open(2) with EPERM rather than SIGKILLing the whole process. libc (diff)
downloadwireguard-openbsd-1467d48e467520fd0dfc3c1765522db1598b248b.tar.xz
wireguard-openbsd-1467d48e467520fd0dfc3c1765522db1598b248b.zip
Make sure /dev/diskmap ends of on ramdisk filesystems.
Pointed out by miod@
-rw-r--r--etc/etc.socppc/MAKEDEV.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.socppc/MAKEDEV.md b/etc/etc.socppc/MAKEDEV.md
index a303bdea809..cd0031b8eb3 100644
--- a/etc/etc.socppc/MAKEDEV.md
+++ b/etc/etc.socppc/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,socppc)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.13 2010/11/19 20:55:48 miod Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.14 2011/07/29 17:54:09 kettenis Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -107,3 +107,4 @@ target(all, ccd, 0, 1, 2, 3)dnl
dnl target(all, gpio, 0, 1, 2)dnl
dnl target(all, bio)dnl
target(all, bthub, 0, 1, 2)dnl
+target(ramd, diskmap)dnl