1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/japanese/kinput2/files/patch-lib-imlib-imfuncs.h
Hiroki Sato b17d51b0d4 Use 127.0.0.1 for incoming communication socket (internally-used
one) instead of INADDR_ANY.  This is not a user-visible change of the
original functionality.
2008-11-01 16:45:39 +00:00

12 lines
528 B
C

--- lib/imlib/imfuncs.h.orig 2002-10-03 18:35:30.000000000 +0900
+++ lib/imlib/imfuncs.h 2008-11-02 01:08:11.000000000 +0900
@@ -60,7 +60,7 @@
/*
* Transport layer functions (defined in imxport.c)
*/
-extern int IMCreateTCPService _Pt_((int *portp));
+extern int IMCreateTCPService _Pt_((int *portp, char *listenaddr));
extern IMConnection *IMTCPConnection _Pt_((Widget protocol, int socket));
extern int IMCreateUnixService _Pt_((char *path));
extern IMConnection *IMUnixConnection _Pt_((Widget protocol, int socket));