diff options
author | Michael Adam <obnox@samba.org> | 2013-09-23 19:38:12 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-09-23 20:55:29 +0200 |
commit | c9a6805f3db71c0c0b9f5ec3c2ad7c2544cc56d5 (patch) | |
tree | aba08efca6f1f2b39494d6758408d689e6c4244f /source3/modules | |
parent | 0fc53a1324ac2b0c16c34bb498d1b2462aa99b84 (diff) | |
download | samba-c9a6805f3db71c0c0b9f5ec3c2ad7c2544cc56d5.tar.gz samba-c9a6805f3db71c0c0b9f5ec3c2ad7c2544cc56d5.tar.bz2 samba-c9a6805f3db71c0c0b9f5ec3c2ad7c2544cc56d5.zip |
s3:modules: vfs_afsacl has the afs_syscall prototype via proto.h
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_afsacl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/modules/vfs_afsacl.c b/source3/modules/vfs_afsacl.c index b03d06d147..730098760c 100644 --- a/source3/modules/vfs_afsacl.c +++ b/source3/modules/vfs_afsacl.c @@ -47,8 +47,6 @@ static char space_replacement = '%'; /* Do we expect SIDs as pts names? */ static bool sidpts; -extern int afs_syscall(int, const char *, int, char *, int); - struct afs_ace { bool positive; char *name; |