diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/afs_settoken.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/lib/afs_settoken.c b/source3/lib/afs_settoken.c index 77d9ace3d3..af15fa8b2e 100644 --- a/source3/lib/afs_settoken.c +++ b/source3/lib/afs_settoken.c @@ -34,11 +34,7 @@ #include <openssl/des.h> #include <sys/syscall.h> -int afs_syscall( int subcall, - const char * path, - int cmd, - char * cmarg, - int follow) +int afs_syscall(int subcall, const char *path, int cmd, char *cmarg, int follow) { /* return( syscall( SYS_afs_syscall, subcall, path, cmd, cmarg, follow)); |