]> andersk Git - openssh.git/commitdiff
Oops, forgot to document second change to roaming_client.c
authortim <tim>
Sun, 17 Jan 2010 15:12:40 +0000 (15:12 +0000)
committertim <tim>
Sun, 17 Jan 2010 15:12:40 +0000 (15:12 +0000)
 s/long long unsigned/unsigned long long/ to keep USL compilers happy.

ChangeLog

index 145955680203fda58c667e9f612be2508c2db96f..4c170522b1884add975b77d6539ab50da5abafac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
This page took 0.048168 seconds and 5 git commands to generate.