Another test commit

This commit is contained in:
Andrew Pamment 2018-06-05 15:19:41 +10:00
parent b472f6448c
commit 1feaa7d91e

View File

@ -34,6 +34,7 @@ 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: