summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2010-01-17 07:12:40 -0800
committerTim Rice <tim@multitalents.net>2010-01-17 07:12:40 -0800
commit33e48ac7b234bd52426184a945e5d1a2c99d99ba (patch)
treea0d8afe955e9ab64030dae2aeb960d1678d91494
parentf37756759fef9ad9a65080424f50cbcfdbc6e512 (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--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