diff options
author | 2000-03-02 22:59:05 +0000 | |
---|---|---|
committer | 2000-03-02 22:59:05 +0000 | |
commit | 7b3de0b23ead44e019c52ee344ab31e43e090aaf (patch) | |
tree | 1bfd560facfb8732a971a5d675c5b55a57136c8e | |
parent | add missing return value (diff) | |
download | wireguard-openbsd-7b3de0b23ead44e019c52ee344ab31e43e090aaf.tar.xz wireguard-openbsd-7b3de0b23ead44e019c52ee344ab31e43e090aaf.zip |
sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com>, add ksyms.
-rw-r--r-- | etc/etc.sun3/MAKEDEV | 3 | ||||
-rw-r--r-- | sys/arch/sun3/conf/GENERIC | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/etc/etc.sun3/MAKEDEV b/etc/etc.sun3/MAKEDEV index 6ed455d53f6..a13522375a3 100644 --- a/etc/etc.sun3/MAKEDEV +++ b/etc/etc.sun3/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.26 1998/11/25 04:58:55 millert Exp $ +# $OpenBSD: MAKEDEV,v 1.27 2000/03/02 22:59:05 todd Exp $ # $NetBSD: MAKEDEV,v 1.8 1996/03/03 16:54:17 thorpej Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -115,6 +115,7 @@ std) mk stdin c 23 0 mk stdout c 23 1 mk stderr c 23 2 + mk ksyms c 37 0 640 kmem ;; fd) diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC index 092cd210514..a88af80bfcf 100644 --- a/sys/arch/sun3/conf/GENERIC +++ b/sys/arch/sun3/conf/GENERIC @@ -184,3 +184,4 @@ pseudo-device pty 64 # pseudo-terminals # for IPv6 pseudo-device gif 4 #pseudo-device faith 1 +pseudo-device ksyms 1 # kernel symbols device |