1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

AIX build fixes from William Jojo -- thanks

(cherry picked from commit cb91a47576)
This commit is contained in:
Volker Lendecke 2008-06-12 12:36:15 +02:00
parent 5ffad12d68
commit 90d7bc6da3
2 changed files with 3 additions and 2 deletions

View File

@ -777,6 +777,7 @@ enum flush_reason_enum {
NUM_FLUSH_REASONS};
#include "nss_info.h"
#include "modules/nfs4_acls.h"
#include "nsswitch/libwbclient/wbclient.h"
/* generated rpc server implementation functions */

View File

@ -27,7 +27,7 @@
extern struct current_user current_user;
extern int try_chown(connection_struct *conn, const char *fname, uid_t uid, gid_t gid);
extern bool unpack_nt_owners(int snum, uid_t *puser, gid_t *pgrp,
extern NTSTATUS unpack_nt_owners(int snum, uid_t *puser, gid_t *pgrp,
uint32 security_info_sent, SEC_DESC *psd);
extern SMB_ACL_T aixacl_to_smbacl( struct acl *file_acl);
@ -192,7 +192,7 @@ static NTSTATUS aixjfs2_get_nt_acl(vfs_handle_struct *handle,
if (retryPosix)
{
DEBUG(10, ("retrying with posix acl...\n"));
return posix_get_nt_acl(handle->conn, name security_info,
return posix_get_nt_acl(handle->conn, name, security_info,
ppdesc);
}
if (result==False)