1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-15 16:59:09 +03:00

More const fixes for compiler warnings from the waf build.

This commit is contained in:
Jeremy Allison
2011-05-05 13:42:05 -07:00
parent 38492b16fe
commit e131c94ac1
27 changed files with 122 additions and 114 deletions

View File

@ -480,7 +480,7 @@ SMBC_close_ctx(SMBCCTX *context,
bool
SMBC_getatr(SMBCCTX * context,
SMBCSRV *srv,
char *path,
const char *path,
uint16 *mode,
SMB_OFF_T *size,
struct timespec *create_time_ts,