diff options
Diffstat (limited to 'x11-toolkits/FWF/files/patch-ac')
-rw-r--r-- | x11-toolkits/FWF/files/patch-ac | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/x11-toolkits/FWF/files/patch-ac b/x11-toolkits/FWF/files/patch-ac index 37764808a1d3..2b984565914c 100644 --- a/x11-toolkits/FWF/files/patch-ac +++ b/x11-toolkits/FWF/files/patch-ac @@ -1,10 +1,19 @@ ---- ./src/IconBox/IconBoxT.c.org Wed Apr 23 00:21:28 1997 -+++ ./src/IconBox/IconBoxT.c Wed Apr 23 00:34:26 1997 -@@ -5,6 +5,7 @@ - */ - - #include <stdio.h> -+#include <sys/types.h> - #include <dirent.h> - #include <unistd.h> - #include <sys/stat.h> +*** src/AnsiTerm/AnsiTermT.c.orig Wed Nov 29 12:47:58 1995 +--- src/AnsiTerm/AnsiTermT.c Sat Apr 25 22:23:50 1998 +*************** +*** 32,38 **** + #include <unistd.h> + #include <fcntl.h> + #include <sys/wait.h> +! #ifdef USE_PTY + #include <sys/ptyio.h> + #endif + #include <X11/Intrinsic.h> +--- 32,38 ---- + #include <unistd.h> + #include <fcntl.h> + #include <sys/wait.h> +! #ifdef USE_PTYIO_H + #include <sys/ptyio.h> + #endif + #include <X11/Intrinsic.h> |