mirror of
https://github.com/samba-team/samba.git
synced 2025-09-09 01:44:21 +03:00
removed lukes acl check in configure (not needed)
(This used to be commit a3339c111d
)
This commit is contained in:
527
source3/configure
vendored
527
source3/configure
vendored
File diff suppressed because it is too large
Load Diff
@@ -85,7 +85,6 @@ AC_STRUCT_ST_RDEV
|
|||||||
AC_DIRENT_D_OFF
|
AC_DIRENT_D_OFF
|
||||||
AC_CHECK_TYPE(ino_t,unsigned)
|
AC_CHECK_TYPE(ino_t,unsigned)
|
||||||
AC_CHECK_TYPE(loff_t,off_t)
|
AC_CHECK_TYPE(loff_t,off_t)
|
||||||
AC_CHECK_TYPE(aclent_t, int)
|
|
||||||
AC_CHECK_TYPE(offset_t,loff_t)
|
AC_CHECK_TYPE(offset_t,loff_t)
|
||||||
AC_CHECK_TYPE(ssize_t, int)
|
AC_CHECK_TYPE(ssize_t, int)
|
||||||
|
|
||||||
|
@@ -2346,11 +2346,6 @@ off_t smbw_lseek(int fd, off_t offset, int whence);
|
|||||||
int smbw_dup(int fd);
|
int smbw_dup(int fd);
|
||||||
int smbw_dup2(int fd, int fd2);
|
int smbw_dup2(int fd, int fd2);
|
||||||
int smbw_fork(void);
|
int smbw_fork(void);
|
||||||
int smbw_acl(const char *pathp, int cmd, int nentries, aclent_t *aclbufp);
|
|
||||||
int smbw_facl(int fd, int cmd, int nentries, aclent_t *aclbufp);
|
|
||||||
void stat64_convert(struct stat *st, struct stat64 *st64);
|
|
||||||
void dirent64_convert(struct dirent *d, struct dirent64 *d64);
|
|
||||||
void xstat_convert(int vers, struct stat *st, struct kernel_stat *kbuf);
|
|
||||||
|
|
||||||
/*The following definitions come from smbwrapper/smbw_dir.c */
|
/*The following definitions come from smbwrapper/smbw_dir.c */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user