diff options
Diffstat (limited to 'xlators/protocol/server/src/server-helpers.h')
| -rw-r--r-- | xlators/protocol/server/src/server-helpers.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/server/src/server-helpers.h b/xlators/protocol/server/src/server-helpers.h index 867035d3334..cbf57ae44d1 100644 --- a/xlators/protocol/server/src/server-helpers.h +++ b/xlators/protocol/server/src/server-helpers.h @@ -42,7 +42,7 @@  #define IS_NOT_ROOT(pathlen) ((pathlen > 2)? 1 : 0)  char * -stat_to_str (struct stat *stbuf); +stat_to_str (struct iatt *stbuf);  call_frame_t *  server_copy_frame (call_frame_t *frame);  | 
