Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys Revert previous commit. There are still rando...



details:   https://anonhg.NetBSD.org/src/rev/00d45c8df1fc
branches:  pgoyette-compat
changeset: 830809:00d45c8df1fc
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Sep 28 08:08:56 2018 +0000

description:
Revert previous commit.  There are still random unidentified references
to these utility routings.

diffstat:

 sys/compat/common/files.common |  8 +++++---
 sys/conf/std                   |  7 ++++++-
 2 files changed, 11 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r 18e6d636b6e9 -r 00d45c8df1fc sys/compat/common/files.common
--- a/sys/compat/common/files.common    Thu Sep 27 23:48:58 2018 +0000
+++ b/sys/compat/common/files.common    Fri Sep 28 08:08:56 2018 +0000
@@ -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.
diff -r 18e6d636b6e9 -r 00d45c8df1fc sys/conf/std
--- a/sys/conf/std      Thu Sep 27 23:48:58 2018 +0000
+++ b/sys/conf/std      Fri Sep 28 08:08:56 2018 +0000
@@ -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        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.
 #



Home | Main Index | Thread Index | Old Index