Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/kern Don't include the compat_mod.c here



details:   https://anonhg.NetBSD.org/src/rev/6eeed8c02970
branches:  pgoyette-compat
changeset: 320951:6eeed8c02970
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Mar 06 05:44:37 2018 +0000

description:
Don't include the compat_mod.c here

diffstat:

 sys/kern/files.kern |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r c463d5b52dab -r 6eeed8c02970 sys/kern/files.kern
--- a/sys/kern/files.kern       Tue Mar 06 05:43:02 2018 +0000
+++ b/sys/kern/files.kern       Tue Mar 06 05:44:37 2018 +0000
@@ -1,12 +1,11 @@
-#      $NetBSD: files.kern,v 1.16 2017/12/16 10:15:12 maxv Exp $
+#      $NetBSD: files.kern,v 1.16.2.1 2018/03/06 05:44:37 pgoyette Exp $
 
 #
 # kernel sources
 #
 define kern:   machdep, uvm
 defflag        opt_kern.h                      KERN
-file   compat/common/compat_util.c     kern
-file   compat/common/compat_mod.c      compat_netbsd | compat_netbsd32
+#file  compat/common/compat_util.c     kern
 file   conf/debugsyms.c                kern
 file   conf/param.c                    kern
 file   kern/bufq_disksort.c            bufq_disksort



Home | Main Index | Thread Index | Old Index