diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-07-12 03:47:34 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-07-12 03:47:34 +0000 |
commit | 78dc5846009df6c8e8266dfd7e8736582e434a16 (patch) | |
tree | 7dce35ae85b5886ccace13afb0421defaadde563 /japanese/kon2-16dot/files/patch-include_mem.h | |
parent | - Fix *_DEPENDS entries after www/p5-libwww updated to 6.x (diff) |
- Fix buffer overflow and mouse bugs.
- Bump portrevision.
PR: ports/127321
Submitted by: Arai Toshihiko <double_star@scorpio.plala.or.jp>
Approved by: gabor (mentor)
Diffstat (limited to 'japanese/kon2-16dot/files/patch-include_mem.h')
-rw-r--r-- | japanese/kon2-16dot/files/patch-include_mem.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/japanese/kon2-16dot/files/patch-include_mem.h b/japanese/kon2-16dot/files/patch-include_mem.h new file mode 100644 index 000000000000..c94dba660faa --- /dev/null +++ b/japanese/kon2-16dot/files/patch-include_mem.h @@ -0,0 +1,9 @@ + --- include/mem.h 30 Sep 2008 08:09:55 -0000 1.1.1.2 + +++ include/mem.h 23 Oct 2008 09:24:33 -0000 + @@ -111,6 +111,5 @@ + extern void wmove(void *, void *, int); + extern void lmove(void *, void *, int); + #endif + -extern void SafeFree(void **); + + #endif |