Move stdin/out handling entirely into stdinout.c

This commit is contained in:
Ian Gulliver
2016-03-09 18:07:09 -08:00
parent 8898142c97
commit 8316739941
6 changed files with 17 additions and 23 deletions

View File

@@ -7,7 +7,6 @@
#include <stdlib.h>
#include <string.h>
#include <sys/signalfd.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <time.h>