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:
parent
f37756759f
commit
33e48ac7b2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue