diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-04-04 08:26:22 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 13:39:00 +1000 |
commit | c5b17c555576a2b8e24e0df613dde922fe60520d (patch) | |
tree | c42c1041476e44c65f0304cc515c0d8212bf3fd1 /source3/wscript | |
parent | b2f7cfa848def91b6ea458e1ad14af8e96ad4ca3 (diff) | |
download | samba-c5b17c555576a2b8e24e0df613dde922fe60520d.tar.gz samba-c5b17c555576a2b8e24e0df613dde922fe60520d.tar.bz2 samba-c5b17c555576a2b8e24e0df613dde922fe60520d.zip |
s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure
If this is ever needed again, it would be more appropriate as an options argument
to listxattr.
Andrew Bartlett
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index dcf2b9d415..3eabed0e43 100644 --- a/source3/wscript +++ b/source3/wscript @@ -242,7 +242,7 @@ getcwd _getcwd __getcwd getdents __getdents getdirentries getgrent getgrnam getgrouplist getgrset getmntent getpagesize getproplist get_proplist_entry getpwanam getpwent_r getrlimit gettext glob grantpt hstrerror initgroups innetgr -inotify_init listea listxattr llistea llistxattr +inotify_init listea listxattr llseek _llseek __llseek lremoveea lremovexattr _lseek __lseek lsetea lsetxattr _lstat __lstat lutimes __lxstat memalign mknod mlock mlockall munlock munlockall |