From 4370dc11bd3a0bb14d21be7f581f59fa7fc1d888 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Fri, 15 Jul 2011 16:14:33 +0200 Subject: s3:afs make path argument to afs_syscall const --- source3/lib/afs_settoken.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/afs_settoken.c') diff --git a/source3/lib/afs_settoken.c b/source3/lib/afs_settoken.c index c83093ff45..77d9ace3d3 100644 --- a/source3/lib/afs_settoken.c +++ b/source3/lib/afs_settoken.c @@ -35,7 +35,7 @@ #include int afs_syscall( int subcall, - char * path, + const char * path, int cmd, char * cmarg, int follow) -- cgit