diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-15 15:37:42 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-15 15:37:42 +0000 |
commit | 83deb15c08fd8782e4ceb2f62b0b3c2d46fb1683 (patch) | |
tree | c584e20309cec213b03ba9bc5534fc1fa4e96667 /japanese/sj3-lib/files/patch-ah | |
parent | Fix build error on some platforms (except for i386 and alpha). (diff) |
Fix build error on amd64 (maybe ia64, too).
Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Tested on the box from: AMD Developper Program (FreeBSD/amd64)
Notes
Notes:
svn path=/head/; revision=113720
Diffstat (limited to 'japanese/sj3-lib/files/patch-ah')
-rw-r--r-- | japanese/sj3-lib/files/patch-ah | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/japanese/sj3-lib/files/patch-ah b/japanese/sj3-lib/files/patch-ah deleted file mode 100644 index 3919516c0498..000000000000 --- a/japanese/sj3-lib/files/patch-ah +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 - |