ports/textproc/uim/files/patch-uim_uim.h
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

11 lines
188 B
C

--- uim/uim.h.orig 2013-06-30 04:26:09 UTC
+++ uim/uim.h
@@ -430,7 +430,7 @@ struct uim_code_converter {
*
* @return 0 on success, otherwise -1
*/
-int
+long
uim_init(void);
/**