summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-07-05 07:24:11 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-07-05 07:24:11 +0000
commit7b490349b96294a8ee79902b6a38bca920b3d361 (patch)
tree6805d7d5abac94958c903fb5c14c850e8b3b0b46 /sys/conf
parent7f43198e67d1547dc3a93a172d44c35b0aebea64 (diff)
kern_fthread is no longer needed.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 3177a4b48aa..9bb9cdfd895 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.210 2001/06/27 05:50:05 kjc Exp $
+# $OpenBSD: files,v 1.211 2001/07/05 07:24:10 art Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -433,7 +433,6 @@ file kern/kern_event.c
file kern/kern_exec.c
file kern/kern_exit.c
file kern/kern_fork.c
-file kern/kern_fthread.c
file kern/kern_kthread.c
file kern/kern_ktrace.c ktrace
file kern/kern_lock.c