diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-11-15 21:26:16 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-11-15 21:26:16 +0000 |
commit | 77d657c00bf2e03a40c03c2e5125d3c7036fa988 (patch) | |
tree | eb05b541ab12e893b0e4f7826de77b981222a2fb /net/haproxy-devel/files | |
parent | e98219c78de7df2f048ceaeeee91111a48e519a0 (diff) |
Notes
Diffstat (limited to 'net/haproxy-devel/files')
-rw-r--r-- | net/haproxy-devel/files/patch-include-types-pattern.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/haproxy-devel/files/patch-include-types-pattern.h b/net/haproxy-devel/files/patch-include-types-pattern.h new file mode 100644 index 000000000000..5566fca4c014 --- /dev/null +++ b/net/haproxy-devel/files/patch-include-types-pattern.h @@ -0,0 +1,11 @@ +--- include/types/pattern.h.orig 2010-11-15 14:46:53.000000000 -0500 ++++ include/types/pattern.h 2010-11-15 14:48:07.000000000 -0500 +@@ -54,7 +54,7 @@ + union pattern_arg_data { + struct in_addr ip; /* used for ipv4 type */ + uint32_t integer; /* used for unsigned 32bits integer type */ +- int32_t sinteger; /* used for signed 32bits integer type */ ++ int sinteger; /* used for signed 32bits integer type */ + struct chunk str; + }; + |