diff options
author | Christian Ambach <ambi@samba.org> | 2011-07-15 16:14:33 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2011-07-21 14:55:08 +0200 |
commit | 4370dc11bd3a0bb14d21be7f581f59fa7fc1d888 (patch) | |
tree | 3356339a312bbabeddbbd0129274b6eaa83ce723 /source3/lib | |
parent | dcd10fa4e5bf3f687b5ef7be30ef0b24f1ae639e (diff) | |
download | samba-4370dc11bd3a0bb14d21be7f581f59fa7fc1d888.tar.gz samba-4370dc11bd3a0bb14d21be7f581f59fa7fc1d888.tar.bz2 samba-4370dc11bd3a0bb14d21be7f581f59fa7fc1d888.zip |
s3:afs make path argument to afs_syscall const
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/afs_settoken.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/syscall.h> int afs_syscall( int subcall, - char * path, + const char * path, int cmd, char * cmarg, int follow) |