summaryrefslogtreecommitdiff
path: root/ufs/main.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-22 16:07:56 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-22 16:07:56 +0000
commit2d9280333f1bf42d6a49f7a2c9772b76dee62700 (patch)
tree34ad1efba1ce06ca1cf2fde0730cedecdac721a4 /ufs/main.c
parent0740779ab1fda6298869b58ae3a6ad9a8440b2c8 (diff)
(thread_cancel): Typo.
Diffstat (limited to 'ufs/main.c')
-rw-r--r--ufs/main.c2
1 files changed, 1 insertions, 1 deletions
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)))
{
}