Source-Changes-HG archive

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

[src/trunk]: src/sys/kern At the moment, we need kern/uipc_mbufdebug.c only i...



details:   https://anonhg.NetBSD.org/src/rev/c70c28857554
branches:  trunk
changeset: 1009380:c70c28857554
user:      rin <rin%NetBSD.org@localhost>
date:      Wed Apr 22 09:18:42 2020 +0000

description:
At the moment, we need kern/uipc_mbufdebug.c only if DDB is enabled.

diffstat:

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

diffs (18 lines):

diff -r bf9c7f83759a -r c70c28857554 sys/kern/files.kern
--- a/sys/kern/files.kern       Wed Apr 22 09:15:39 2020 +0000
+++ b/sys/kern/files.kern       Wed Apr 22 09:18:42 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.kern,v 1.44 2020/03/02 16:00:54 riastradh Exp $
+#      $NetBSD: files.kern,v 1.45 2020/04/22 09:18:42 rin Exp $
 
 #
 # kernel sources
@@ -183,7 +183,7 @@
 file   kern/uipc_accf.c                kern
 file   kern/uipc_domain.c              kern
 file   kern/uipc_mbuf.c                kern
-file   kern/uipc_mbufdebug.c           kern & ether
+file   kern/uipc_mbufdebug.c           kern & ether & ddb
 file   net/link_proto.c                kern    # XXX
 file   kern/uipc_proto.c               kern
 file   kern/uipc_sem.c                 kern



Home | Main Index | Thread Index | Old Index