diff options
| author | forsyth <forsyth@vitanuova.com> | 2011-01-17 11:13:31 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2011-01-17 11:13:31 +0000 |
| commit | f75a239e287a41dd2169dada9431986fdf5da09f (patch) | |
| tree | 898b0f67e823f0221350b531911fdb91f2027b98 | |
| parent | d6b4eae8eb0a5ca3119414005e483fedd63a62d6 (diff) | |
20110117-1113
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | emu/Nt/ipif.c | 3 | ||||
| -rw-r--r-- | include/version.h | 2 |
3 files changed, 6 insertions, 1 deletions
@@ -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)" |
