mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
@ -190,7 +190,7 @@ int sys_waitpid(pid_t pid,int *status,int options)
|
||||
/*******************************************************************
|
||||
don't forget lstat() that calls dos_to_unix.
|
||||
********************************************************************/
|
||||
int dos_lstat(char *fname,struct stat *sbuf)
|
||||
int dos_lstat(char *fname,SMB_STRUCT_STAT *sbuf)
|
||||
{
|
||||
return(lstat(dos_to_unix(fname,False),sbuf));
|
||||
}
|
||||
@ -247,7 +247,7 @@ for rename across filesystems Patch from Warren Birnbaum
|
||||
|
||||
static int copy_reg(char *source, const char *dest)
|
||||
{
|
||||
struct stat source_stats;
|
||||
SMB_STRUCT_STAT source_stats;
|
||||
int ifd;
|
||||
int ofd;
|
||||
char *buf;
|
||||
|
Reference in New Issue
Block a user