1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/newt/files/patch-ac
Ying-Chieh Liao 147cd26bda upgrade to 0.50.36
PR:		39630
Submitted by:	maintainer
2002-06-22 04:19:53 +00:00

24 lines
531 B
Plaintext

--- form.c.orig Tue Jun 11 22:15:33 2002
+++ form.c Sat Jun 22 06:36:12 2002
@@ -10,7 +10,6 @@
#endif
#include <sys/time.h>
-#ifdef USE_GPM
#include <ctype.h>
#include <sys/time.h> /* timeval */
#include <sys/socket.h> /* socket() */
@@ -19,11 +18,9 @@
#include <sys/stat.h> /* stat() */
#include <termios.h> /* winsize */
#include <unistd.h>
-#include <sys/kd.h> /* KDGETMODE */
#include <signal.h>
+#include <string.h>
#include <stdio.h>
-#endif
-
#include "newt.h"
#include "newt_pr.h"