freebsd-ports/japanese/FreeWnn-lib/files/patch-Wnn-include-wnn_os.h
Hiroki Sato 4b38031b7f - Improve buffer management. This change should fix issues on amd64.
- Fix daemonizing part.  It now returns the exit status correctly.
- Fix *_{pre,post}cmd handling in the rc.d scripts.  Plus,
  wnntouch is now invoked just before running the server process.
- Use ${*_WNNMANDIR} in Makefile to use the common patchset
  in both FreeWnn-server and -lib.
- Integrate libtool22 change and regenerate patch files.
2010-01-02 14:47:20 +00:00

14 lines
523 B
C

Index: Wnn/include/wnn_os.h
===================================================================
RCS file: /home/cvs/private/hrs/freewnn/Wnn/include/wnn_os.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -p -r1.1.1.1 -r1.2
--- Wnn/include/wnn_os.h 20 Dec 2008 07:13:30 -0000 1.1.1.1
+++ Wnn/include/wnn_os.h 2 Jan 2009 21:09:34 -0000 1.2
@@ -154,4 +154,5 @@ int euksc_to_ksc (unsigned char *ksc,
unsigned char *euksc,
int eusiz); /* xutoj.c */
+#include "fake-rfc2553.h"
#endif /* WNN_OS_H */