diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-08-08 01:00:21 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-08-08 01:00:21 +0000 |
commit | 843e43bb9ad022292d1d856f96dd905bb72cc50e (patch) | |
tree | 46000624d574781a0feb4fb7c061b1848088490e /sys/arch | |
parent | 3fddf209b589fc68633c1d56f025dca43779b59e (diff) |
Some programs would like to use the old tty support..., compile with
COMPAT_43
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc/conf/DDBOFW | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/conf/DDBOFW b/sys/arch/powerpc/conf/DDBOFW index 71ccd22e51d..aa1184bac28 100644 --- a/sys/arch/powerpc/conf/DDBOFW +++ b/sys/arch/powerpc/conf/DDBOFW @@ -20,8 +20,8 @@ options FIREPOWERBUGS options DDB options KTRACE options SYSCALL_DEBUG -#options TCP_COMPAT_42 -#options COMPAT_43 +options TCP_COMPAT_42 +options COMPAT_43 #options COMPAT_09 #options COMPAT_10 #options COMPAT_12 |