summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 145955680..4c170522b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,8 +15,9 @@
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 18 - (tim) [roaming_client.c] Use of <sys/queue.h> is not really portable so we
19 we use "openbsd-compat/sys-queue.h" 19 use "openbsd-compat/sys-queue.h". s/long long unsigned/unsigned long long/
20 to keep USL compilers happy.
20 21
2120100115 2220100115
22 - (dtucker) OpenBSD CVS Sync 23 - (dtucker) OpenBSD CVS Sync