]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
main.c:
authorandy <redacted>
Sun, 5 May 2002 01:54:19 +0000 (01:54 +0000)
committerandy <redacted>
Sun, 5 May 2002 01:54:19 +0000 (01:54 +0000)
Apparently using _exit is the correct thing to do.

main.c

diff --git a/main.c b/main.c
index 2dd0b039deb43a14db737eed37cec7c8afae0b70..153e1bfed437d888222ee3766ca468463027c4c6 100644 (file)
--- a/main.c
+++ b/main.c
@@ -120,7 +120,7 @@ int main(int argc, char **argv)
                        }
 
                        fclose(pidout);
-                       exit(EXIT_SUCCESS);
+                       _exit(EXIT_SUCCESS);
                }
 
                /* Get us in our own process group. */