libusbmuxd: Update to 2.0.1

The release of checkra1n necessitated a new release.

Removed inactive maintainer.

Fixed license info.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-11-27 23:42:13 -08:00
parent a856d6604b
commit 062cf276a2
2 changed files with 20 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
--- a/tools/inetcat.c
+++ b/tools/inetcat.c
@@ -33,6 +33,7 @@
#include <windows.h>
#include <winsock2.h>
#else
+#include <sys/select.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/ioctl.h>