[PATCH 1/3] wmbiff: Use unsigned data type for port number.

2016-11-30 Thread Doug Torrance
--- wmbiff/wmbiff/Client.h | 7 --- wmbiff/wmbiff/socket.c | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/wmbiff/wmbiff/Client.h b/wmbiff/wmbiff/Client.h index b3a048c..cd89496 100644 --- a/wmbiff/wmbiff/Client.h +++ b/wmbiff/wmbiff/Client.h @@ -18,6 +18,7 @@

[PATCH 0/3] wmbiff

2016-11-30 Thread Doug Torrance
Here's a few small patches for wmbiff. Carlos, could you tag the last commit wmbiff-0.4.30? Thanks! Doug Torrance (3): wmbiff: Use unsigned data type for port number. wmbiff: Add #define _GNU_SOURCE to avoid "implicit declaration" warnings. wmbiff: Bump to verson 0.4.30.