1
0
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:
Tim Potter -
parent abf31ca66f
commit e15da68824

View File

@ -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)