Another test commit

This commit is contained in:
Andrew Pamment 2018-06-05 15:21:49 +10:00
parent 1feaa7d91e
commit ffd1c546b8

View File

@ -34,7 +34,6 @@ int running_door = 0;
extern int telnet_bin_mode;
extern int timeoutpaused;
void doorchld_handler(int s)
{
// waitpid() might overwrite errno, so we save and restore it: