Module Name: src
Committed By: pgoyette
Date: Thu Sep 27 08:20:44 UTC 2018
Modified Files:
src/sys/conf [pgoyette-compat]: std
Log Message:
This should no longer be needed
To generate a diff of this commit:
cvs rdiff -u -r1.22.14.1 -r1.22.14.2 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.14.1 src/sys/conf/std:1.22.14.2
--- src/sys/conf/std:1.22.14.1 Tue Mar 6 05:43:02 2018
+++ src/sys/conf/std Thu Sep 27 08:20:44 2018
@@ -1,4 +1,4 @@
-# $NetBSD: std,v 1.22.14.1 2018/03/06 05:43:02 pgoyette Exp $
+# $NetBSD: std,v 1.22.14.2 2018/09/27 08:20:44 pgoyette Exp $
#
# standard MI 'options'
#
@@ -34,13 +34,6 @@ 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