aboutsummaryrefslogtreecommitdiff
path: root/chinese/gcin/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-11-08 14:26:29 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-11-08 14:26:29 +0000
commitd073ff418034eae4530d4ce455e21cfdfb429d47 (patch)
treeda0660e5090d26e78a7bbbdad899dcad4b534141 /chinese/gcin/files
parent0333e926f96afad6844368f998b2454cbb1453fa (diff)
downloadports-d073ff418034eae4530d4ce455e21cfdfb429d47.tar.gz
ports-d073ff418034eae4530d4ce455e21cfdfb429d47.zip
Notes
Diffstat (limited to 'chinese/gcin/files')
-rw-r--r--chinese/gcin/files/patch-gcin2tab.c14
-rw-r--r--chinese/gcin/files/patch-im-client_gcin-im-client.c14
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 d6923dc59f04..000000000000
--- 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 7a0a4d196574..000000000000
--- 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");