1
0
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:
Jeremy Allison
-
parent 373f60256f
commit bacd3e9d20
13 changed files with 49 additions and 105 deletions

View File

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