diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 16:07:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 16:07:56 +0000 |
commit | 2d9280333f1bf42d6a49f7a2c9772b76dee62700 (patch) | |
tree | 34ad1efba1ce06ca1cf2fde0730cedecdac721a4 /ufs/main.c | |
parent | 0740779ab1fda6298869b58ae3a6ad9a8440b2c8 (diff) |
(thread_cancel): Typo.
Diffstat (limited to 'ufs/main.c')
-rw-r--r-- | ufs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -287,6 +287,6 @@ diskfs_init_completed () void -thread_cancel (mach_thread_t foo __attribute__ ((unused))) +thread_cancel (thread_t foo __attribute__ ((unused))) { } |