summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2010-01-16 16:48:39 -0800
committerTim Rice <tim@multitalents.net>2010-01-16 16:48:39 -0800
commitf37756759fef9ad9a65080424f50cbcfdbc6e512 (patch)
treead23d33c239253d3e55cee20fbd1a493b4b42953 /ChangeLog
parent4a7db1ca2fbd794ffa41bad2bb8e0aec0f1595f0 (diff)
- (tim) [roaming_client.c] Use of <sys/queue.h> is not really portable so
we use "openbsd-compat/sys-queue.h"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00d78c698..145955680 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,8 @@
15 - (tim) [regress/portnum.sh] Shell portability fix. 15 - (tim) [regress/portnum.sh] Shell portability fix.
16 - (tim) [configure.ac] Define BROKEN_GETADDRINFO on SVR5 systems. The native 16 - (tim) [configure.ac] Define BROKEN_GETADDRINFO on SVR5 systems. The native
17 getaddrinfo() is too old and limited for addr_pton() in addrmatch.c. 17 getaddrinfo() is too old and limited for addr_pton() in addrmatch.c.
18 - (tim) [roaming_client.c] Use of <sys/queue.h> is not really portable so
19 we use "openbsd-compat/sys-queue.h"
18 20
1920100115 2120100115
20 - (dtucker) OpenBSD CVS Sync 22 - (dtucker) OpenBSD CVS Sync