Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/common Add dependencies to ensure that ...



details:   https://anonhg.NetBSD.org/src/rev/18e6d636b6e9
branches:  pgoyette-compat
changeset: 830808:18e6d636b6e9
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Sep 27 23:48:58 2018 +0000

description:
Add dependencies to ensure that the utility routines get included
as built-in module when needed.

diffstat:

 sys/compat/common/files.common |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 9c5c41c9076f -r 18e6d636b6e9 sys/compat/common/files.common
--- a/sys/compat/common/files.common    Thu Sep 27 21:35:54 2018 +0000
+++ b/sys/compat/common/files.common    Thu Sep 27 23:48:58 2018 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: files.common,v 1.1.2.37 2018/09/22 10:30:53 pgoyette Exp $
+#      $NetBSD: files.common,v 1.1.2.38 2018/09/27 23:48:58 pgoyette Exp $
 
 #
-# Generic files, used by all compat options.
+# Generic utility files, used by various compat options.
 #
-#file  compat/common/compat_mod.c              compat_netbsd
-file   compat/common/compat_exec.c             compat_netbsd
-file   compat/common/compat_util.c             compat_netbsd
+define compat_netbsd_util
+file   compat/common/compat_exec.c             compat_30 | compat_09
+file   compat/common/compat_util.c             compat_30 | compat_09
 
 #
 # Sources for syscall and ioctl compatibility across the versions.



Home | Main Index | Thread Index | Old Index