commit | 6805d5d69e9c2be264e62cf53c86ca3e5a929d31 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Thu Dec 09 22:39:55 1999 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Thu Dec 09 22:39:55 1999 +0000 |
tree | 2ab43322a4fc33782d322ef029d33a46f3e8c5dd | |
parent | f95ca97d1bb94307ee0b8ed95d329dc9d6ccec85 [diff] [blame] |
Adjustments for Johns init stuff, -Erik
diff --git a/init/reboot.c b/init/reboot.c index 17ec9f8..ff2c6ad 100644 --- a/init/reboot.c +++ b/init/reboot.c
@@ -26,6 +26,6 @@ extern int reboot_main(int argc, char ** argv) { - /* don't assume init's pid == 1 */ - exit( kill(findInitPid(), SIGUSR2)); + /* don't assume init's pid == 1 */ + exit( kill(findInitPid(), SIGUSR2)); }