diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-05-21 15:36:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-05-21 15:36:12 +0000 |
commit | f039ebaccbc2ad4d239f01e695680bf79e5eba58 (patch) | |
tree | 65174638e1996cdfa0a0f6f797483ce132337c3d /chinese/gcin/files/patch-table-update.cpp | |
parent | - Added missing dependency of www/py-django-js-asset (diff) |
Update to 2.8.6.
Notes
Notes:
svn path=/head/; revision=470554
Diffstat (limited to 'chinese/gcin/files/patch-table-update.cpp')
-rw-r--r-- | chinese/gcin/files/patch-table-update.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/gcin/files/patch-table-update.cpp b/chinese/gcin/files/patch-table-update.cpp new file mode 100644 index 000000000000..e23ceec91ee2 --- /dev/null +++ b/chinese/gcin/files/patch-table-update.cpp @@ -0,0 +1,11 @@ +--- table-update.cpp.orig 2018-05-21 12:32:01 UTC ++++ table-update.cpp +@@ -1,7 +1,7 @@ + #include "gcin.h" + #include <sys/stat.h> + #if UNIX +-#include <linux/limits.h> ++#include <sys/limits.h> + #endif + + void update_table_file(char *name, int version) |