Skip to content

Commit

Permalink
- (dtucker) [loginrec.c] Wrap paths.h in HAVE_PATHS_H.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtucker committed Sep 7, 2006
1 parent 3af7986 commit 8d248ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Expand Up @@ -5,6 +5,7 @@
NB. this change will require that the privilege separation user must
exist on all the time, not just when UsePrivilegeSeparation=yes
- (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6
- (dtucker) [loginrec.c] Wrap paths.h in HAVE_PATHS_H.

20060905
- (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.
Expand Down Expand Up @@ -5407,4 +5408,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.4533 2006/09/07 01:11:29 tim Exp $
$Id: ChangeLog,v 1.4534 2006/09/07 12:57:53 dtucker Exp $
4 changes: 3 additions & 1 deletion loginrec.c
Expand Up @@ -155,7 +155,9 @@

#include <errno.h>
#include <fcntl.h>
#include <paths.h>
#ifdef HAVE_PATHS_H
# include <paths.h>
#endif
#include <pwd.h>
#include <stdarg.h>
#include <string.h>
Expand Down

0 comments on commit 8d248ad

Please sign in to comment.