From 2d9280333f1bf42d6a49f7a2c9772b76dee62700 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 22 Jun 1995 16:07:56 +0000 Subject: (thread_cancel): Typo. --- ufs/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ufs/main.c b/ufs/main.c index b7a795f0..9541c956 100644 --- a/ufs/main.c +++ b/ufs/main.c @@ -287,6 +287,6 @@ diskfs_init_completed () void -thread_cancel (mach_thread_t foo __attribute__ ((unused))) +thread_cancel (thread_t foo __attribute__ ((unused))) { } -- cgit v1.2.3