mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [openbsd-compat/bsd-openpty.c] Include for ioctl(2).
This commit is contained in:
parent
450d2af2a3
commit
f80f5ec81b
|
@ -4,6 +4,7 @@
|
|||
older systems.
|
||||
- (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).
|
||||
|
||||
20060822
|
||||
- (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in
|
||||
|
@ -5295,4 +5296,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.4507 2006/08/24 09:45:33 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.4508 2006/08/24 09:52:30 dtucker Exp $
|
||||
|
|
|
@ -42,6 +42,9 @@
|
|||
#ifdef HAVE_SYS_STAT_H
|
||||
# include <sys/stat.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
# include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_FCNTL_H
|
||||
# include <fcntl.h>
|
||||
|
|
Loading…
Reference in New Issue