Remove broken Cygwin workaround

This commit is contained in:
hpa 2004-01-08 20:48:30 +00:00
parent 0eea078aec
commit 9c3ab465f2

View file

@ -487,9 +487,7 @@ main(int argc, char **argv)
close(0); close(1); close(2);
}
#ifdef HAVE_SETSID
#ifndef __CYGWIN__ /* Kills the process on Cygwin? */
setsid();
#endif
#endif
}
} else {