mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
0c331e1541
PR: ports/20097 Submitted by: Trevor Johnson <trevor@jpj.net>
27 lines
609 B
Plaintext
27 lines
609 B
Plaintext
--- 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"
|
|
|