Module Name:    src
Committed By:   pgoyette
Date:           Wed Mar 14 22:26:16 UTC 2018

Modified Files:
        src/sys/conf [pgoyette-compat]: files

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1196.2.6 -r1.1196.2.7 src/sys/conf/files

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.1196.2.6 src/sys/conf/files:1.1196.2.7
--- src/sys/conf/files:1.1196.2.6	Wed Mar 14 21:46:51 2018
+++ src/sys/conf/files	Wed Mar 14 22:26:15 2018
@@ -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_12: C
 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_LINUX32 : COMPAT_LINUX
 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"

Reply via email to