summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_afsacl.c
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2011-07-15 16:14:33 +0200
committerChristian Ambach <ambi@samba.org>2011-07-21 14:55:08 +0200
commit4370dc11bd3a0bb14d21be7f581f59fa7fc1d888 (patch)
tree3356339a312bbabeddbbd0129274b6eaa83ce723 /source3/modules/vfs_afsacl.c
parentdcd10fa4e5bf3f687b5ef7be30ef0b24f1ae639e (diff)
downloadsamba-4370dc11bd3a0bb14d21be7f581f59fa7fc1d888.tar.gz
samba-4370dc11bd3a0bb14d21be7f581f59fa7fc1d888.tar.xz
samba-4370dc11bd3a0bb14d21be7f581f59fa7fc1d888.zip
s3:afs make path argument to afs_syscall const
Diffstat (limited to 'source3/modules/vfs_afsacl.c')
-rw-r--r--source3/modules/vfs_afsacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_afsacl.c b/source3/modules/vfs_afsacl.c
index 00bad5c364e..8923c62b4c3 100644
--- a/source3/modules/vfs_afsacl.c
+++ b/source3/modules/vfs_afsacl.c
@@ -47,7 +47,7 @@ static char space_replacement = '%';
/* Do we expect SIDs as pts names? */
static bool sidpts;
-extern int afs_syscall(int, char *, int, char *, int);
+extern int afs_syscall(int, const char *, int, char *, int);
struct afs_ace {
bool positive;