summaryrefslogtreecommitdiff
path: root/package/apr/patches/patch-include_apr_want_h
blob: 596a498da82b5c2e6fc7208aab3d948e2f2c9b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- apr-1.4.6.orig/include/apr_want.h	2011-03-28 07:32:20.000000000 +0200
+++ apr-1.4.6/include/apr_want.h	2012-07-17 10:42:01.000000000 +0200
@@ -91,11 +91,13 @@
 
 #ifndef APR_IOVEC_DEFINED
 #define APR_IOVEC_DEFINED
+/*
 struct iovec
 {
     void *iov_base;
     size_t iov_len;
 };
+*/
 #endif /* !APR_IOVEC_DEFINED */
 
 #endif /* APR_HAVE_IOVEC */