summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2001-06-23 02:29:30 +0000
committerdrahn <drahn@openbsd.org>2001-06-23 02:29:30 +0000
commit90d76e7f13ca3eb66ac966d291262e536021c906 (patch)
tree555bfe2525d7275db282807c71bd9b756314792a
parentTCP, UDP, IPv4 input hardware checksumming processing; also IPv4 (diff)
downloadwireguard-openbsd-90d76e7f13ca3eb66ac966d291262e536021c906.tar.xz
wireguard-openbsd-90d76e7f13ca3eb66ac966d291262e536021c906.zip
With the addition of kernel in bootloader, ksyms now work.
-rw-r--r--etc/etc.powerpc/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.powerpc/MAKEDEV b/etc/etc.powerpc/MAKEDEV
index 7d8f519a17c..2ac73098107 100644
--- a/etc/etc.powerpc/MAKEDEV
+++ b/etc/etc.powerpc/MAKEDEV
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $OpenBSD: MAKEDEV,v 1.45 2001/06/17 06:40:50 brad Exp $
+# $OpenBSD: MAKEDEV,v 1.46 2001/06/23 02:29:30 drahn Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -192,7 +192,7 @@ std)
mknod stdin c 21 0 ; chmod 666 stdin
mknod stdout c 21 1 ; chmod 666 stdout
mknod stderr c 21 2 ; chmod 666 stderr
-# mknod ksyms c 43 0 ; chmod 640 ksyms ; chown root.kmem ksyms
+ mknod ksyms c 43 0 ; chmod 640 ksyms ; chown root.kmem ksyms
;;
usbs)