1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/newt/files/patch-ac
R. Imura a29e53c135 Initial import of newt-0.50-13.
It is a Console I/O handling library from Redhat similar to ncurses.

PR:		16526
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-13 01:57:46 +00:00

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"