diff options
author | Tim Rice <tim@multitalents.net> | 2010-01-17 07:12:40 -0800 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2010-01-17 07:12:40 -0800 |
commit | 33e48ac7b234bd52426184a945e5d1a2c99d99ba (patch) | |
tree | a0d8afe955e9ab64030dae2aeb960d1678d91494 | |
parent | f37756759fef9ad9a65080424f50cbcfdbc6e512 (diff) |
Oops, forgot to document second change to roaming_client.c
s/long long unsigned/unsigned long long/ to keep USL compilers happy.
-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 |