]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/daemon.c
Import of OpenSSH 5.3p1
[gssapi-openssh.git] / openssh / openbsd-compat / daemon.c
index e3a6886bd1c9cfd8b2fc5c6617345d49260dd2f6..3efe14c68c415b1639244e33b988b2c8bf9b94b3 100644 (file)
@@ -57,18 +57,8 @@ daemon(int nochdir, int noclose)
        case -1:
                return (-1);
        case 0:
-#ifdef HAVE_CYGWIN
-               register_9x_service();
-#endif
                break;
        default:
-#ifdef HAVE_CYGWIN
-               /*
-                * This sleep avoids a race condition which kills the
-                * child process if parent is started by a NT/W2K service.
-                */
-               sleep(1);
-#endif
                _exit(0);
        }
 
This page took 0.086215 seconds and 4 git commands to generate.