mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
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) [regress/portnum.sh] Shell portability fix.
|
||||||
- (tim) [configure.ac] Define BROKEN_GETADDRINFO on SVR5 systems. The native
|
- (tim) [configure.ac] Define BROKEN_GETADDRINFO on SVR5 systems. The native
|
||||||
getaddrinfo() is too old and limited for addr_pton() in addrmatch.c.
|
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
|
- (tim) [roaming_client.c] Use of <sys/queue.h> is not really portable so we
|
||||||
we use "openbsd-compat/sys-queue.h"
|
use "openbsd-compat/sys-queue.h". s/long long unsigned/unsigned long long/
|
||||||
|
to keep USL compilers happy.
|
||||||
|
|
||||||
20100115
|
20100115
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
Loading…
x
Reference in New Issue
Block a user