Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/conf Revert previous.
details: https://anonhg.NetBSD.org/src/rev/31a66e66d120
branches: pgoyette-compat
changeset: 321026:31a66e66d120
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Wed Mar 14 22:26:15 2018 +0000
description:
Revert previous.
>From mrg@:
this isn't traditionally how we did COMPAT_43. it's more
"enable obsolete interfaces", which is not quite the same
as "make old binaries work".
eg, they enable the old sgtty interfaces that _are_ still
visible and potentially callable from modern binaries.
we still install the headers for this interfaces.
COMPAT_09 enables old binaries with changed interfaces.
diffstat:
sys/conf/files | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r ed8b2216d5c6 -r 31a66e66d120 sys/conf/files
--- a/sys/conf/files Wed Mar 14 22:04:27 2018 +0000
+++ b/sys/conf/files Wed Mar 14 22:26:15 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.1196.2.6 2018/03/14 21:46:51 pgoyette Exp $
+# $NetBSD: files,v 1.1196.2.7 2018/03/14 22:26:15 pgoyette Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
version 20171118
@@ -148,7 +148,6 @@
defflag opt_compat_netbsd.h COMPAT_11: COMPAT_12, COMPAT_NETBSD
defflag opt_compat_netbsd.h COMPAT_10: COMPAT_11, COMPAT_NETBSD
defflag opt_compat_netbsd.h COMPAT_09: COMPAT_10, COMPAT_NETBSD
-defflag COMPAT_43: COMPAT_09, COMPAT_NETBSD
defflag COMPAT_OSSAUDIO
defflag COMPAT_FREEBSD: COMPAT_30
defflag COMPAT_IBCS2
@@ -170,6 +169,7 @@
defflag COMPAT_AOUT_M68K: COMPAT_40
defflag COMPAT_M68K4K
defflag COMPAT_VAX1K
+defflag COMPAT_43
defflag opt_compat_netbsd.h COMPAT_NOMID
include "compat/common/files.common"
Home |
Main Index |
Thread Index |
Old Index