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 | bdbec20d2be54612425981fe1f71772cef9cc9ac (patch) | |
tree | d27077e8b9be95d7604422d6e08451621b8c421c /ufs | |
parent | dd59c0790227cbe762d01625c184cea9387fec4d (diff) |
*** empty log message ***
Diffstat (limited to 'ufs')
-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); |