forked from mirrors/tftp-hpa-google
Remove broken Cygwin workaround
This commit is contained in:
parent
0eea078aec
commit
9c3ab465f2
1 changed files with 0 additions and 2 deletions
|
@ -487,9 +487,7 @@ main(int argc, char **argv)
|
||||||
close(0); close(1); close(2);
|
close(0); close(1); close(2);
|
||||||
}
|
}
|
||||||
#ifdef HAVE_SETSID
|
#ifdef HAVE_SETSID
|
||||||
#ifndef __CYGWIN__ /* Kills the process on Cygwin? */
|
|
||||||
setsid();
|
setsid();
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue