diff options
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.c')
| -rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.c | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.c b/libglusterfsclient/src/libglusterfsclient.c index c241f1fc3..3cc1d505f 100755 --- a/libglusterfsclient/src/libglusterfsclient.c +++ b/libglusterfsclient/src/libglusterfsclient.c @@ -3367,9 +3367,8 @@ out:  }  int -glusterfs_lsetxattr (glusterfs_handle_t handle, const char *path, -                     const char *name, const void *value, size_t size, -                     int flags) +glusterfs_lsetxattr (const char *path, const char *name, const void *value, +                     size_t size, int flags)  {          int                     op_ret = -1;          char                    vpath[PATH_MAX];  | 
