Bug 12982 - Undeclared identifier name.
Summary: Undeclared identifier name.
Status: RESOLVED DUPLICATE of bug 13345
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.7.0rc4
Hardware: PPC AIX
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-23 13:43 UTC by Erik Skovbjerg
Modified: 2019-01-24 01:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Skovbjerg 2017-08-23 13:43:00 UTC
Hardware:
AIX OS 7.1.4.4
C-compiler xlc ver 13.1.3.0

config option:

./buildtools/bin/waf configure -j1  --prefix=/opt/DSV/samba --exec-prefix=/opt/DSV/samba --check-c-compiler=xlc --without-ldap --without-ads --without-ad-dc --bundled-libraries=ALL


[2533/3388] Compiling source3/rpc_server/rpc_sock_helper.c
"../source3/modules/vfs_aixacl2.c", line 479.63: 1506-045 (S) Undeclared identifier name.
Waf: Leaving directory `/build/sw/samba/samba-4.7.0rc4/bin'

source code:
  +470  int aixjfs2_sys_acl_set_file(vfs_handle_struct *handle,
  +471                                  const struct smb_filename *smb_fname,
  +472                                  SMB_ACL_TYPE_T type,
  +473                                  SMB_ACL_T theacl)
  +474  {
  +475          struct acl      *acl_aixc;
  +476          acl_type_t      acl_type_info;
  +477          int     rc;
  +478
  +479          DEBUG(10, ("aixjfs2_sys_acl_set_file invoked for %s", name));
  +480
  +481          rc = aixjfs2_query_acl_support((char *)smb_fname->base_name,
  +482                          ACL_AIXC, &acl_type_info);
  +483          if (rc) {
  +484                  DEBUG(8, ("jfs2_set_nt_acl: AIXC support not found\n"));
  +485                  return -1;
  +486          }
Comment 1 Björn Jacke 2019-01-24 01:09:16 UTC

*** This bug has been marked as a duplicate of bug 13345 ***