summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--emu/Nt/ipif.c3
-rw-r--r--include/version.h2
3 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7609523a..04f7f0a8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+20110117
+ emu/Nt/ipif.c changed to work with ipv6 interface changes
20110116
add Plan9/arm support [provided by richard miller]
20110110
diff --git a/emu/Nt/ipif.c b/emu/Nt/ipif.c
index d2cf4521..f8c5c043 100644
--- a/emu/Nt/ipif.c
+++ b/emu/Nt/ipif.c
@@ -9,6 +9,9 @@
#include "ip.h"
#include "error.h"
+typedef int socklen_t; /* Windows is leading edge as always */
+
+
extern int SOCK_SELECT;
char Enotv4[] = "address not IPv4";
diff --git a/include/version.h b/include/version.h
index f3babaa1..f092c2ad 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1 +1 @@
-#define VERSION "Fourth Edition (20110104)"
+#define VERSION "Fourth Edition (20110117)"