aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-12-04 15:18:39 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commitb73261b6f5f0dbb2c0fee2c52278dfbd0ee4aba3 (patch)
tree76254482d4374ed22b5785a9a70bd10045c390fd /CHANGES
parent11a1e58f11dfef67d01aebf89232f93f12207bc0 (diff)
introduced a HAVE_SA_LEN macro to support OSes (other than linux) without length field in sockaddr_*
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6c3d134..f8117b7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+2006-12-04 SUZUKI, Shinsuke <suz@kame.net>
+ * addrconf.c, common.[ch], configure, configure.in, dhcp6relay.c,
+ prefixconf.c: introduced a HAVE_SA_LEN macro to support OSes
+ (other than linux) without length field in sockaddr_*
+
2006-11-15 SUZUKI, Shinsuke <suz@kame.net>
* dhcp6s.c: fixed an IA allocation failure from pool when it doubly
requested by the same client. (patch submitted by Hajimu UMEMOTO)