diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-11-08 14:26:29 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-11-08 14:26:29 +0000 |
commit | 9e81389babd0fcaa2eda582ee86e6366655762ea (patch) | |
tree | b51400261cdc79311c600bc61bb14601ff770c46 /chinese/gcin/files | |
parent | 69671e79da7eaee442547aa231a9888260d1e332 (diff) | |
download | FreeBSD-ports-9e81389babd0fcaa2eda582ee86e6366655762ea.zip FreeBSD-ports-9e81389babd0fcaa2eda582ee86e6366655762ea.tar.gz |
Upgrade to 1.1.2.
PR: ports/88663
Submitted by: chinsan.tw gmail com
Diffstat (limited to 'chinese/gcin/files')
-rw-r--r-- | chinese/gcin/files/patch-gcin2tab.c | 14 | ||||
-rw-r--r-- | chinese/gcin/files/patch-im-client_gcin-im-client.c | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/chinese/gcin/files/patch-gcin2tab.c b/chinese/gcin/files/patch-gcin2tab.c deleted file mode 100644 index d6923dc..0000000 --- a/chinese/gcin/files/patch-gcin2tab.c +++ /dev/null @@ -1,14 +0,0 @@ ---- gcin2tab.c.orig Tue Nov 1 15:17:21 2005 -+++ gcin2tab.c Tue Nov 1 15:17:21 2005 -@@ -4,8 +4,11 @@ - */ - - #include <stdio.h> -+#include <stdlib.h> - #include <stdarg.h> - #include <sys/types.h> -+#include <sys/param.h> -+#include <sys/stat.h> - #include <string.h> - #include "gcin.h" - #include "gtab.h" diff --git a/chinese/gcin/files/patch-im-client_gcin-im-client.c b/chinese/gcin/files/patch-im-client_gcin-im-client.c deleted file mode 100644 index 7a0a4d1..0000000 --- a/chinese/gcin/files/patch-im-client_gcin-im-client.c +++ /dev/null @@ -1,14 +0,0 @@ ---- im-client/gcin-im-client.c~ Thu Oct 13 01:11:53 2005 -+++ im-client/gcin-im-client.c Thu Oct 13 01:14:23 2005 -@@ -94,7 +94,11 @@ - get_gcin_im_srv_sock_path(sock_path, sizeof(sock_path)); - addr = sock_path; - strcpy(serv_addr.sun_path, sock_path); -+#ifdef SUN_LEN -+ servlen = SUN_LEN(&serv_addr); -+#else - servlen = strlen(serv_addr.sun_path) + sizeof(serv_addr.sun_family); -+#endif - - if ((sockfd = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) { - perror("cannot open socket"); |