- (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
unless required. Reorder to reduce warnings.
This commit is contained in:
parent
8040939f72
commit
91acbf211c
|
@ -6,6 +6,8 @@
|
|||
- (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from
|
||||
jason AT devrandom.org
|
||||
- (djm) Bug #646: Fix location of x11-ssh-askpass; Jim
|
||||
- (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
|
||||
unless required. Reorder to reduce warnings.
|
||||
|
||||
20030918
|
||||
- (djm) Bug #652: Fix empty password auth
|
||||
|
@ -1127,4 +1129,4 @@
|
|||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.3005 2003/09/19 07:05:24 djm Exp $
|
||||
$Id: ChangeLog,v 1.3006 2003/09/19 10:43:38 dtucker Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: port-aix.h,v 1.14 2003/08/29 16:59:52 mouring Exp $ */
|
||||
/* $Id: port-aix.h,v 1.15 2003/09/19 10:43:38 dtucker Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
|
@ -30,10 +30,10 @@
|
|||
#ifdef WITH_AIXAUTHENTICATE
|
||||
# include <login.h>
|
||||
# include <userpw.h>
|
||||
# include <usersec.h>
|
||||
# ifdef HAVE_SYS_AUDIT_H
|
||||
# if defined(HAVE_SYS_AUDIT_H) && defined(AIX_LOGINFAILED_4ARG)
|
||||
# include <sys/audit.h>
|
||||
# endif
|
||||
# include <usersec.h>
|
||||
#endif
|
||||
|
||||
/* Some versions define r_type in the above headers, which causes a conflict */
|
||||
|
|
Loading…
Reference in New Issue