freebsd-ports/devel/newt/files/patch-form.c
Martin Wilke 6b89b777d3 - Update to 0.52.14
PR:		175031
Submitted by:	Ports Fury
2013-02-15 01:55:09 +00:00

23 lines
531 B
C

--- 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"