diff options
| author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 14:59:46 +0000 |
|---|---|---|
| committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 14:59:46 +0000 |
| commit | da15165203a46ef6b832fe0213c4ca3f32d11180 (patch) | |
| tree | 9deb3066f8f4578d750d5bbbb62c5b0f2372132f | |
| parent | ca19daed3194021a68d80fa52b3535b79d94b6fa (diff) | |
| download | drakx-da15165203a46ef6b832fe0213c4ca3f32d11180.tar drakx-da15165203a46ef6b832fe0213c4ca3f32d11180.tar.gz drakx-da15165203a46ef6b832fe0213c4ca3f32d11180.tar.bz2 drakx-da15165203a46ef6b832fe0213c4ca3f32d11180.tar.xz drakx-da15165203a46ef6b832fe0213c4ca3f32d11180.zip | |
oops that was debugging stuff right :)
| -rw-r--r-- | mdk-stage1/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index 9bbf89045..8a83eee0e 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -437,8 +437,6 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) sync(); sync(); - while (1); - printf("sending termination signals..."); kill(-1, 15); sleep(2); |
