From f75a239e287a41dd2169dada9431986fdf5da09f Mon Sep 17 00:00:00 2001 From: forsyth Date: Mon, 17 Jan 2011 11:13:31 +0000 Subject: 20110117-1113 --- CHANGES | 2 ++ emu/Nt/ipif.c | 3 +++ include/version.h | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) 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)" -- cgit v1.2.3