mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [openbsd-compat/rresvport.c] Include <stdlib.h> for malloc.
This commit is contained in:
parent
f80f5ec81b
commit
c1abe8e3e8
|
@ -5,6 +5,7 @@
|
|||
- (dtucker) [openbsd-compat/bsd-misc.c] Include <sys/select.h> for select(2)
|
||||
on POSIX systems.
|
||||
- (dtucker) [openbsd-compat/bsd-openpty.c] Include for ioctl(2).
|
||||
- (dtucker) [openbsd-compat/rresvport.c] Include <stdlib.h> for malloc.
|
||||
|
||||
20060822
|
||||
- (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in
|
||||
|
@ -5296,4 +5297,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.4508 2006/08/24 09:52:30 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.4509 2006/08/24 09:53:40 dtucker Exp $
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#ifndef HAVE_RRESVPORT_AF
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Reference in New Issue