Module Name: src
Committed By: pgoyette
Date: Fri Sep 28 08:08:56 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: files.common
src/sys/conf [pgoyette-compat]: std
Log Message:
Revert previous commit. There are still random unidentified references
to these utility routings.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/sys/compat/common/files.common
cvs rdiff -u -r1.22.14.2 -r1.22.14.3 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/compat/common/files.common
diff -u src/sys/compat/common/files.common:1.1.2.38 src/sys/compat/common/files.common:1.1.2.39
--- src/sys/compat/common/files.common:1.1.2.38 Thu Sep 27 23:48:58 2018
+++ src/sys/compat/common/files.common Fri Sep 28 08:08:56 2018
@@ -1,11 +1,13 @@
-# $NetBSD: files.common,v 1.1.2.38 2018/09/27 23:48:58 pgoyette Exp $
+# $NetBSD: files.common,v 1.1.2.39 2018/09/28 08:08:56 pgoyette Exp $
#
# Generic utility files, used by various compat options.
#
define compat_netbsd_util
-file compat/common/compat_exec.c compat_30 | compat_09
-file compat/common/compat_util.c compat_30 | compat_09
+file compat/common/compat_exec.c compat_30 | compat_09 |
+ compat_util
+file compat/common/compat_util.c compat_30 | compat_09 |
+ compat_util
#
# Sources for syscall and ioctl compatibility across the versions.
Index: src/sys/conf/std
diff -u src/sys/conf/std:1.22.14.2 src/sys/conf/std:1.22.14.3
--- src/sys/conf/std:1.22.14.2 Thu Sep 27 08:20:44 2018
+++ src/sys/conf/std Fri Sep 28 08:08:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: std,v 1.22.14.2 2018/09/27 08:20:44 pgoyette Exp $
+# $NetBSD: std,v 1.22.14.3 2018/09/28 08:08:56 pgoyette Exp $
#
# standard MI 'options'
#
@@ -33,6 +33,11 @@ options COREDUMP # allow processes to co
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.
#