diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-09 19:44:33 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-09 19:44:33 +0000 |
commit | 2650dc42de4a390b07d3a69de38eee489eb47697 (patch) | |
tree | 822eebe61b510ec6fa3fede51af8f88ec1aa22c5 /textproc/turboxsl/files/patch-src-zlog-src-rule.c | |
parent | Catch up with github tree - changelog: (diff) |
Add textproc/turboxsl, which is a fast, multithreaded XSLT 1.0
transformation library.
Notes
Notes:
svn path=/head/; revision=391680
Diffstat (limited to 'textproc/turboxsl/files/patch-src-zlog-src-rule.c')
-rw-r--r-- | textproc/turboxsl/files/patch-src-zlog-src-rule.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/turboxsl/files/patch-src-zlog-src-rule.c b/textproc/turboxsl/files/patch-src-zlog-src-rule.c new file mode 100644 index 000000000000..dde6fbc2775f --- /dev/null +++ b/textproc/turboxsl/files/patch-src-zlog-src-rule.c @@ -0,0 +1,16 @@ +--- src/zlog/src/rule.c.orig 2015-07-10 03:32:15.578671000 +0900 ++++ src/zlog/src/rule.c 2015-07-10 03:35:22.106690000 +0900 +@@ -8,12 +8,12 @@ + + #include "fmacros.h" + ++#include <sys/types.h> + #include <string.h> + #include <ctype.h> + #include <syslog.h> + #include <errno.h> + #include <stdlib.h> +-#include <sys/types.h> + #include <sys/stat.h> + #include <fcntl.h> + #include <unistd.h> |