Module Name: src Committed By: pgoyette Date: Tue Mar 6 05:43:02 UTC 2018
Modified Files: src/sys/conf [pgoyette-compat]: std Log Message: Include utilities required by compat stuff To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.22.14.1 src/sys/conf/std 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/std diff -u src/sys/conf/std:1.22 src/sys/conf/std:1.22.14.1 --- src/sys/conf/std:1.22 Wed Nov 2 00:11:59 2016 +++ src/sys/conf/std Tue Mar 6 05:43:02 2018 @@ -1,4 +1,4 @@ -# $NetBSD: std,v 1.22 2016/11/02 00:11:59 pgoyette Exp $ +# $NetBSD: std,v 1.22.14.1 2018/03/06 05:43:02 pgoyette Exp $ # # standard MI 'options' # @@ -34,6 +34,13 @@ options AIO # POSIX asynchronous I/O options MQUEUE # POSIX message queues # +# Common compatibility functions. They happen to be needed even when +# no compatibility option is explicitly enabled. +# +options COMPAT_UTILS + +# + # Security model. # options secmodel_bsd44 # Traditional 4.4BSD security model