mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
26 lines
584 B
Plaintext
26 lines
584 B
Plaintext
|
--- 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"
|
||
|
|