Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pgoyette-compat] src/sys/conf



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.




Home | Main Index | Thread Index | Old Index