Oops, forgot to document second change to roaming_client.c

s/long long unsigned/unsigned long long/ to keep USL compilers happy.
This commit is contained in:
Tim Rice 2010-01-17 07:12:40 -08:00
parent f37756759f
commit 33e48ac7b2
1 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,9 @@
- (tim) [regress/portnum.sh] Shell portability fix.
- (tim) [configure.ac] Define BROKEN_GETADDRINFO on SVR5 systems. The native
getaddrinfo() is too old and limited for addr_pton() in addrmatch.c.
- (tim) [roaming_client.c] Use of <sys/queue.h> is not really portable so
we use "openbsd-compat/sys-queue.h"
- (tim) [roaming_client.c] Use of <sys/queue.h> is not really portable so we
use "openbsd-compat/sys-queue.h". s/long long unsigned/unsigned long long/
to keep USL compilers happy.
20100115
- (dtucker) OpenBSD CVS Sync