From 63fc7deeed43c19de68cc1b1b96f807ba248c6ee Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Fri, 14 Jan 2005 03:25:31 +0000 Subject: [PATCH] Add missing kern_umtx.c to sys/conf/files. Noticed-by: David Rhodus --- sys/conf/files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index ecf02e1fa3..36f9e1f40f 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,5 +1,5 @@ # $FreeBSD: src/sys/conf/files,v 1.340.2.137 2003/06/04 17:10:30 sam Exp $ -# $DragonFly: src/sys/conf/files,v 1.83 2005/01/10 19:37:23 joerg Exp $ +# $DragonFly: src/sys/conf/files,v 1.84 2005/01/14 03:25:31 dillon Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -658,6 +658,7 @@ kern/kern_sfbuf.c standard kern/kern_msfbuf.c standard kern/kern_subr.c standard kern/kern_switch.c standard +kern/kern_umtx.c standard kern/lwkt_thread.c standard kern/lwkt_ipiq.c standard kern/lwkt_token.c standard -- 2.41.0