diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-23 02:29:31 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-23 02:29:31 +0000 |
commit | ac4c437ea02ba10323c0e5f3f7b4f5b22455bb46 (patch) | |
tree | 9f837e5c6354916470ce7e811fb998da7a80acd0 /etc | |
parent | c2aa68d2ac00ee99e6cd348159b9357e348772df (diff) |
With the addition of kernel in bootloader, ksyms now work.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.powerpc/MAKEDEV | 4 |
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) |