diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-07-16 09:01:54 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-07-16 09:01:54 +0000 |
commit | f38f930b0b84bbe2f323658631f3f49f81f6fae0 (patch) | |
tree | 69412f4ce0933263a4754013bcec2a1486e9ce19 /korean/han/files/patch-bb | |
parent | Make it compileable with libtabe-0.1.5. (diff) |
- Update han to work in 4.x. Use patches from kon2-16dot.
(it still has a bug: cursor doesn't displayed)
- distfile location moved.
Diffstat (limited to 'korean/han/files/patch-bb')
-rw-r--r-- | korean/han/files/patch-bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/korean/han/files/patch-bb b/korean/han/files/patch-bb new file mode 100644 index 000000000000..fc703b8536b0 --- /dev/null +++ b/korean/han/files/patch-bb @@ -0,0 +1,19 @@ +diff -ur lib/mem.c.old lib/mem.c +--- lib/mem.c.old Tue Jan 25 20:16:57 2000 ++++ lib/mem.c Tue Jan 25 20:28:18 2000 +@@ -44,6 +44,7 @@ + return(_rval); + } + ++#if 0 + void wzero(void *head, int n) + { + __asm__ ("cld\n\t" +@@ -76,6 +77,7 @@ + "S" ((long)src) + :"cx","di","si"); + } ++#endif + + void SafeFree(void **p) + { |