summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-04-02 12:43:15 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 13:39:00 +1000
commitb2f7cfa848def91b6ea458e1ad14af8e96ad4ca3 (patch)
treeed0de7fcf8e2b614029ae64ffc5e263ed587a36b /source3/include/proto.h
parent52113b3bd25b12c766985be7abd042d984c924e6 (diff)
downloadsamba-b2f7cfa848def91b6ea458e1ad14af8e96ad4ca3.tar.gz
samba-b2f7cfa848def91b6ea458e1ad14af8e96ad4ca3.tar.bz2
samba-b2f7cfa848def91b6ea458e1ad14af8e96ad4ca3.zip
s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 303ea9ccb4..2872ada33d 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -351,7 +351,6 @@ int sys_setgroups(gid_t UNUSED(primary_gid), int setlen, gid_t *gidset);
int sys_popen(const char *command);
int sys_pclose(int fd);
ssize_t sys_getxattr (const char *path, const char *name, void *value, size_t size);
-ssize_t sys_lgetxattr (const char *path, const char *name, void *value, size_t size);
ssize_t sys_fgetxattr (int filedes, const char *name, void *value, size_t size);
ssize_t sys_listxattr (const char *path, char *list, size_t size);
ssize_t sys_llistxattr (const char *path, char *list, size_t size);