mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
Under IRIX, a void function may return a value, even if that value is
void!
This commit is contained in:
parent
abf31ca66f
commit
e15da68824
@ -118,7 +118,7 @@ int vfswrap_rename(char *old, char *new)
|
||||
|
||||
void vfswrap_sync_file(struct connection_struct *conn, files_struct *fsp)
|
||||
{
|
||||
return sys_sync_file(conn, fsp);
|
||||
sys_sync_file(conn, fsp);
|
||||
}
|
||||
|
||||
int vfswrap_stat(char *fname, SMB_STRUCT_STAT *sbuf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user