diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-11-08 14:26:29 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-11-08 14:26:29 +0000 |
commit | d073ff418034eae4530d4ce455e21cfdfb429d47 (patch) | |
tree | da0660e5090d26e78a7bbbdad899dcad4b534141 /chinese/gcin-devel/files/patch-gcin2tab.c | |
parent | Update to 2.1.6. (diff) |
Upgrade to 1.1.2.
PR: ports/88663
Submitted by: chinsan.tw gmail com
Notes
Notes:
svn path=/head/; revision=147575
Diffstat (limited to 'chinese/gcin-devel/files/patch-gcin2tab.c')
-rw-r--r-- | chinese/gcin-devel/files/patch-gcin2tab.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/chinese/gcin-devel/files/patch-gcin2tab.c b/chinese/gcin-devel/files/patch-gcin2tab.c deleted file mode 100644 index d6923dc59f04..000000000000 --- a/chinese/gcin-devel/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" |