mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-24 02:02:10 +08:00
- (djm) [loginrec.c] Need stat.h
This commit is contained in:
parent
b3b4ba3fba
commit
627725281e
@ -251,6 +251,7 @@
|
||||
- (djm) [Makefile.in openbsd-compat/Makefile.in] Add added files
|
||||
- (djm) [md-sha256.c configure.ac] md-sha256.c needs sha2.h if present
|
||||
- (djm) [regress/.cvsignore] Ignore Makefile here
|
||||
- (djm) [loginrec.c] Need stat.h
|
||||
|
||||
20060313
|
||||
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
||||
@ -4152,4 +4153,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.4212 2006/03/15 02:13:27 djm Exp $
|
||||
$Id: ChangeLog,v 1.4213 2006/03/15 03:01:11 djm Exp $
|
||||
|
@ -147,6 +147,9 @@
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "ssh.h"
|
||||
#include "xmalloc.h"
|
||||
#include "loginrec.h"
|
||||
@ -165,7 +168,7 @@
|
||||
# include <libutil.h>
|
||||
#endif
|
||||
|
||||
RCSID("$Id: loginrec.c,v 1.71 2005/11/22 08:55:13 dtucker Exp $");
|
||||
RCSID("$Id: loginrec.c,v 1.72 2006/03/15 03:01:11 djm Exp $");
|
||||
|
||||
/**
|
||||
** prototypes for helper functions in this file
|
||||
|
Loading…
Reference in New Issue
Block a user