diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-03-16 19:42:58 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-03-16 19:42:58 +0000 |
commit | d4545e818f0707235e329a03a45dae9d48d70808 (patch) | |
tree | 31f7d6172379994f72e216732c09176657d6ddb1 /sys/conf/GENERIC | |
parent | 84746867a9863df603adc37bc169855703df4c5b (diff) |
Widen some struct statfs fields to support large filesystem stata
and add some to be able to support statvfs(2). Do the compat dance
to provide backward compatibility. ok thib@ miod@
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index ba185874a69..9e825d58684 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.139 2008/01/05 17:33:28 mbalmer Exp $ +# $OpenBSD: GENERIC,v 1.140 2008/03/16 19:42:57 otto Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -25,6 +25,7 @@ option SYSVSHM # System V-like memory sharing option UVM_SWAP_ENCRYPT# support encryption of pages going to swap option COMPAT_43 # and 4.3BSD +option COMPAT_O43 # and OpenBSD 4.3 option LKM # loadable kernel modules |