From c9a6805f3db71c0c0b9f5ec3c2ad7c2544cc56d5 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Sep 2013 19:38:12 +0200 Subject: s3:modules: vfs_afsacl has the afs_syscall prototype via proto.h Signed-off-by: Michael Adam Reviewed-by: Volker Lendecke --- source3/modules/vfs_afsacl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/modules') 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; -- cgit