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 | 4910e6f77c81e4f95471a7b6bf28796147260235 (patch) | |
tree | d34151f79bb64a36d10b6021f6276826d9c01fb6 | |
parent | 1680f3b4d45661f639fc9dee9beb5897d1d9cebf (diff) |
(thread_cancel): Typo.
-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))) { } |