mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
client/client.c: client/clitar.c: include/client.h: smbwrapper/smbw_dir.c: smbwrapper/smbw_stat.c: smbwrapper/smbw.c: lib/util.c: Converted all use of 'mode' to uint16. smbd/quotas.c: Fixed stupid comment bug I put in there :-(. printing/printing.c: Fix from J.F. to new code. Jeremy.
This commit is contained in:
@@ -608,7 +608,7 @@ SMB_OFF_T file_size(char *file_name)
|
||||
/*******************************************************************
|
||||
return a string representing an attribute for a file
|
||||
********************************************************************/
|
||||
char *attrib_string(int mode)
|
||||
char *attrib_string(uint16 mode)
|
||||
{
|
||||
static fstring attrstr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user