- (dtucker) [loginrec.c] Include paths.h for _PATH_BTMP.
This commit is contained in:
parent
e1fe09968d
commit
6e1033318c
|
@ -1,5 +1,6 @@
|
||||||
20060905
|
20060905
|
||||||
- (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.
|
- (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.
|
||||||
|
- (dtucker) [loginrec.c] Include paths.h for _PATH_BTMP.
|
||||||
|
|
||||||
20060904
|
20060904
|
||||||
- (dtucker) [configure.ac] Define BROKEN_UPDWTMP on SCO OSR6 as the native
|
- (dtucker) [configure.ac] Define BROKEN_UPDWTMP on SCO OSR6 as the native
|
||||||
|
@ -5398,4 +5399,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.4530 2006/09/04 21:53:38 dtucker Exp $
|
$Id: ChangeLog,v 1.4531 2006/09/05 09:25:19 dtucker Exp $
|
||||||
|
|
|
@ -155,6 +155,7 @@
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <paths.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Reference in New Issue