diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-11-03 20:03:25 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-11-03 20:03:25 +0000 |
commit | 18bb3f4cf77d19923c7b19b8ea640a6dfa898786 (patch) | |
tree | 449bac115c9c420065c6993ca1eb02bf3218ae79 /chinese/xcin25 | |
parent | 20aa69ddcc8cefebc78b2786a62c0d45c7a0f733 (diff) |
Notes
Diffstat (limited to 'chinese/xcin25')
-rw-r--r-- | chinese/xcin25/files/patch-ai | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/xcin25/files/patch-ai b/chinese/xcin25/files/patch-ai new file mode 100644 index 000000000000..9998ecb0b891 --- /dev/null +++ b/chinese/xcin25/files/patch-ai @@ -0,0 +1,11 @@ +--- src/lib/IMdkit/IMConn.c.orig Sun Nov 4 03:52:26 2001 ++++ src/lib/IMdkit/IMConn.c Sun Nov 4 03:52:35 2001 +@@ -30,7 +30,7 @@ + ******************************************************************/ + + #include <X11/Xlib.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <string.h> + #include "IMdkit.h" + #include <stdarg.h> |