1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/newt/files/patch-ac
Neil Blakey-Milner 0c331e1541 Upgrade from 0.50-13 to 0.50.8-2.
PR:		ports/20097
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-07-31 21:32:41 +00:00

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"