Module Name:    src
Committed By:   pgoyette
Date:           Thu Sep 27 23:48:58 UTC 2018

Modified Files:
        src/sys/compat/common [pgoyette-compat]: files.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/sys/compat/common/files.common

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.37 src/sys/compat/common/files.common:1.1.2.38
--- src/sys/compat/common/files.common:1.1.2.37	Sat Sep 22 10:30:53 2018
+++ src/sys/compat/common/files.common	Thu Sep 27 23:48:58 2018
@@ -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.

Reply via email to