diff options
author | R. Imura <imura@FreeBSD.org> | 2000-02-13 01:57:46 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-02-13 01:57:46 +0000 |
commit | a29e53c135036bb807fd3b1b43ebedf8a2269fc9 (patch) | |
tree | d80ef8d000d43cc59d68f0015fe53f51b300c8dc /devel/newt/files/patch-ac | |
parent | 4c67c60169ae7ed979c1ea9777464f7fbd4c0e54 (diff) | |
download | ports-a29e53c135036bb807fd3b1b43ebedf8a2269fc9.tar.gz ports-a29e53c135036bb807fd3b1b43ebedf8a2269fc9.zip |
Notes
Diffstat (limited to 'devel/newt/files/patch-ac')
-rw-r--r-- | devel/newt/files/patch-ac | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/newt/files/patch-ac b/devel/newt/files/patch-ac new file mode 100644 index 000000000000..00e0f26439d6 --- /dev/null +++ b/devel/newt/files/patch-ac @@ -0,0 +1,25 @@ +--- form.c Fri Mar 5 18:27:57 1999 ++++ form.c.new Wed Jan 26 20:33:25 2000 +@@ -3,9 +3,7 @@ + #include <slang.h> + #include <stdarg.h> + #include <stdlib.h> +-#include <sys/select.h> +- +-#ifdef USE_GPM ++#include <string.h> + #include <ctype.h> + #include <sys/time.h> /* timeval */ + #include <sys/types.h> /* socket() */ +@@ -15,11 +13,8 @@ + #include <sys/stat.h> /* stat() */ + #include <termios.h> /* winsize */ + #include <unistd.h> +-#include <sys/kd.h> /* KDGETMODE */ + #include <signal.h> + #include <stdio.h> +-#endif +- + #include "newt.h" + #include "newt_pr.h" + |