summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-20 22:57:40 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-20 22:57:40 -0800
commit02eedafcb393ef771ab6231d6583c58d12b97837 (patch)
tree1782a24d33330150a3b5d258e398cbd3012e5a24 /LICENSE
parentcf79136dd24f39925ddfe5ff4e9388309089bb04 (diff)
Add portable/uio.h and include it in client/wallet.c
Now that the wallet client uses struct iovec, it needs to include the relevant header file. Import the portability layer for possible future Windows support.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE5
1 files changed, 3 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 8eca7ad..bd01ed1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -74,8 +74,9 @@ license:
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
The files portable/asprintf.c, portable/dummy.c, portable/macros.h,
-portable/stdbool.h, portable/strlcat.c, portable/strlcpy.c, and
-util/concat.c have been placed in the public domain by their author.
+portable/stdbool.h, portable/strlcat.c, portable/strlcpy.c,
+portable/uio.h, and util/concat.c have been placed in the public domain by
+their author.
The file portable/snprintf.c is released under the following license: