s3:modules: vfs_afsacl has the afs_syscall prototype via proto.h
authorMichael Adam <obnox@samba.org>
Mon, 23 Sep 2013 17:38:12 +0000 (19:38 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 23 Sep 2013 18:55:29 +0000 (20:55 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/modules/vfs_afsacl.c

index b03d06d1479d9f199827793b13408d9f91ab4539..730098760c917d90b7fccfdf4b08e6186dafe00f 100644 (file)
@@ -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;