diff options
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 | ||
21 | 20100115 | 22 | 20100115 |
22 | - (dtucker) OpenBSD CVS Sync | 23 | - (dtucker) OpenBSD CVS Sync |