mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
- (dtucker) [loginrec.c] Add missing #include.
This commit is contained in:
parent
691d5235ca
commit
a39f83eeee
@ -4,6 +4,7 @@
|
|||||||
openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Bug #835: enable IPv6
|
openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Bug #835: enable IPv6
|
||||||
on AIX where possible (see README.platform for details) and work around
|
on AIX where possible (see README.platform for details) and work around
|
||||||
a misfeature of AIX's getnameinfo. ok djm@
|
a misfeature of AIX's getnameinfo. ok djm@
|
||||||
|
- (dtucker) [loginrec.c] Add missing #include.
|
||||||
|
|
||||||
20050211
|
20050211
|
||||||
- (dtucker) [configure.ac] Tidy up configure --help output.
|
- (dtucker) [configure.ac] Tidy up configure --help output.
|
||||||
@ -2130,4 +2131,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3652 2005/02/15 10:45:57 dtucker Exp $
|
$Id: ChangeLog,v 1.3653 2005/02/15 11:19:28 dtucker Exp $
|
||||||
|
@ -155,6 +155,7 @@
|
|||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "canohost.h"
|
#include "canohost.h"
|
||||||
#include "auth.h"
|
#include "auth.h"
|
||||||
|
#include "buffer.h"
|
||||||
|
|
||||||
#ifdef HAVE_UTIL_H
|
#ifdef HAVE_UTIL_H
|
||||||
# include <util.h>
|
# include <util.h>
|
||||||
@ -164,7 +165,7 @@
|
|||||||
# include <libutil.h>
|
# include <libutil.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
RCSID("$Id: loginrec.c,v 1.66 2005/02/15 10:45:57 dtucker Exp $");
|
RCSID("$Id: loginrec.c,v 1.67 2005/02/15 11:19:28 dtucker Exp $");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
** prototypes for helper functions in this file
|
** prototypes for helper functions in this file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user