diff options
Diffstat (limited to 'games/cavezofphear/files/patch-isready.c')
-rw-r--r-- | games/cavezofphear/files/patch-isready.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games/cavezofphear/files/patch-isready.c b/games/cavezofphear/files/patch-isready.c deleted file mode 100644 index 8e0fa50b2ba0..000000000000 --- a/games/cavezofphear/files/patch-isready.c +++ /dev/null @@ -1,12 +0,0 @@ ---- isready.c.orig Wed Nov 5 16:00:45 2003 -+++ isready.c Tue Sep 20 23:43:45 2005 -@@ -1,6 +1,9 @@ - #include <stdio.h> -+#include <inttypes.h> -+#include <sys/types.h> - #include <sys/select.h> - #include <sys/time.h> -+#include <string.h> - - int isready(int fd); - |