mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
378 B
Plaintext
17 lines
378 B
Plaintext
$NetBSD: patch-af,v 1.2 2012/09/15 12:05:00 obache Exp $
|
|
|
|
* Fix for SunOS
|
|
|
|
--- fep/uim-fep.h.orig 2011-01-07 03:09:56.000000000 +0100
|
|
+++ fep/uim-fep.h 2011-09-13 16:13:02.686629427 +0200
|
|
@@ -41,6 +41,9 @@
|
|
#include <sys/ioctl.h>
|
|
#endif
|
|
/* solaris でwinsizeを使うために必要 */
|
|
+#ifdef __sun
|
|
+#include <sys/termios.h>
|
|
+#endif
|
|
#ifdef HAVE_CURSES_H
|
|
#include <curses.h>
|
|
#endif
|