diff options
author | 2008-01-19 17:12:55 +0000 | |
---|---|---|
committer | 2008-01-19 17:12:55 +0000 | |
commit | 4dc5d35a4780ee76ccba8541a809315364e3d67d (patch) | |
tree | bac0eba3a410af621364f32936e4fb27a6c4e1de | |
parent | Remove printf that doesn't make sense. (diff) | |
download | wireguard-openbsd-4dc5d35a4780ee76ccba8541a809315364e3d67d.tar.xz wireguard-openbsd-4dc5d35a4780ee76ccba8541a809315364e3d67d.zip |
Add commented out entry for environ(4).
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 8763b423479..dbf74345739 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.189 2008/01/15 10:06:02 mbalmer Exp $ +# $OpenBSD: GENERIC,v 1.190 2008/01/19 17:12:55 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -274,6 +274,7 @@ clock* at ebus? rtc* at ebus? clock0 at fhc0 clkbrd* at fhc? +environ* at fhc? ## Timer chip found on (some) sun4u systems. timer* at mainbus0 |