aboutsummaryrefslogtreecommitdiffstats
path: root/devel/newt/files/patch-ac
blob: 7a93f66b94b69157f921d5c92673142a52f0447e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- form.c.orig Sat Dec 11 21:04:22 1999
+++ form.c  Sat Jul 22 01:49:24 2000
@@ -3,10 +3,8 @@
 #include <slang.h>
 #include <stdarg.h>
 #include <stdlib.h>
-#include <sys/select.h>
 #include <sys/time.h>
-
-#ifdef USE_GPM
+#include <string.h>
 #include <ctype.h>
 #include <sys/time.h>      /* timeval */
 #include <sys/types.h>     /* socket() */
@@ -16,11 +14,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"