1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/sj3-server/files/patch-ah

13 lines
284 B
Plaintext

--- sj3/sjgetchar.c.orig Sun Feb 6 18:59:26 2000
+++ sj3/sjgetchar.c Sun Feb 6 19:00:02 2000
@@ -52,6 +52,9 @@
#if defined(__NetBSD__) || defined(__bsdi__)
#define USE_OLD_TTY
#endif
+#if defined(__FreeBSD__)
+#include <sys/ioctl_compat.h>
+#endif
#include <curses.h>
#endif