diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-23 17:35:12 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-23 17:35:12 +0000 |
commit | e94252fe692a5638429cbe4fdf9e2a37c3a7b2bb (patch) | |
tree | ced24ff4451846a1fc7933130574fe87ecdf71bb | |
parent | 5bcdfac58a18134e87b40153bb501d6b3fced484 (diff) |
*** empty log message ***
-rw-r--r-- | ufs/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -223,6 +223,8 @@ main (int argc, char **argv) outside world. */ diskfs_startup_diskfs (bootstrap, 0); + /* SET HOST NAME */ + /* And this thread is done with its work. */ cthread_exit (0); |