diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /japanese/sj3-lib/files/patch-ah | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
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 - |