mirror of git://anongit.mindrot.org/openssh.git
- (djm) [openbsd-compat/port-tun.c] needs sys/queue.h
This commit is contained in:
parent
caaed01e90
commit
9417831ece
|
@ -15,6 +15,7 @@
|
|||
[configure.ac] Implement arc4random_buf(), import implementation of
|
||||
arc4random_uniform() from OpenBSD
|
||||
- (djm) [openbsd-compat/bsd-arc4random.c] Warning fixes
|
||||
- (djm) [openbsd-compat/port-tun.c] needs sys/queue.h
|
||||
- (djm) OpenBSD CVS Sync
|
||||
- djm@cvs.openbsd.org 2008/04/13 00:22:17
|
||||
[dh.c sshd.c]
|
||||
|
@ -3936,4 +3937,4 @@
|
|||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||
|
||||
$Id: ChangeLog,v 1.4921 2008/05/19 05:26:54 djm Exp $
|
||||
$Id: ChangeLog,v 1.4922 2008/05/19 05:28:35 djm Exp $
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "openbsd-compat/sys-queue.h"
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "buffer.h"
|
||||
|
|
Loading…
Reference in New Issue