mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-05-02 16:18:32 +00:00
Move log.h include inside ifdefs.
Fixes build on some other platforms that don't have va_list immediately available (eg NetBSD).
This commit is contained in:
parent
43702f8e6f
commit
eb0b51dac4
@ -25,8 +25,6 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
||||||
#include "log.h"
|
|
||||||
|
|
||||||
#if defined(WITH_IRIX_PROJECT) || \
|
#if defined(WITH_IRIX_PROJECT) || \
|
||||||
defined(WITH_IRIX_JOBS) || \
|
defined(WITH_IRIX_JOBS) || \
|
||||||
defined(WITH_IRIX_ARRAY)
|
defined(WITH_IRIX_ARRAY)
|
||||||
@ -45,6 +43,8 @@
|
|||||||
# include <sat.h>
|
# include <sat.h>
|
||||||
#endif /* WITH_IRIX_AUDIT */
|
#endif /* WITH_IRIX_AUDIT */
|
||||||
|
|
||||||
|
#include "log.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
irix_setusercontext(struct passwd *pw)
|
irix_setusercontext(struct passwd *pw)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user