mirror of
https://github.com/samba-team/samba.git
synced 2025-11-07 12:23:51 +03:00
[Bug 6069] Add a fstatvfs function for libsmbclient
- Revert Tim's changes for the moment. I need to see what the issue is and arrange to use "struct statvfs" if at all possible. Derrell
This commit is contained in:
@@ -506,13 +506,13 @@ SMBC_fstat_ctx(SMBCCTX *context,
|
||||
int
|
||||
SMBC_statvfs_ctx(SMBCCTX *context,
|
||||
char *path,
|
||||
struct smbc_statvfs *st);
|
||||
struct statvfs *st);
|
||||
|
||||
|
||||
int
|
||||
SMBC_fstatvfs_ctx(SMBCCTX *context,
|
||||
SMBCFILE *file,
|
||||
struct smbc_statvfs *st);
|
||||
struct statvfs *st);
|
||||
|
||||
|
||||
/* Functions in libsmb_xattr.c */
|
||||
|
||||
Reference in New Issue
Block a user