[Bug 6069] Add a fstatvfs function for libsmbclient
commit0c8044736287d38893198455e2a4cdc9aaf55a43
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Mon, 9 Feb 2009 17:41:29 +0000 (9 12:41 -0500)
committerKarolin Seeger <kseeger@samba.org>
Mon, 16 Feb 2009 08:56:58 +0000 (16 09:56 +0100)
tree378485738a62856b4f576d246a3a918c473facfb
parent960f21d7db088d79134dc31c29741a35fb7d32c4
[Bug 6069] Add a fstatvfs function for libsmbclient

- Add initial test implementation. This works on a Linux client to determine
  whether a connection's server supports UNIX CIFS. I'm eager to see what the
  build farm has to say about this, specifically how many, if any, hosts don't
  provide a statvfs.h file with the requisite struct statvfs.

Derrell
(cherry picked from commit ff6a1bebd589637a4aecb9c76b4e33f579d7b0df)
examples/libsmbclient/Makefile
source/include/libsmb_internal.h
source/include/libsmbclient.h
source/libsmb/libsmb_compat.c
source/libsmb/libsmb_context.c
source/libsmb/libsmb_setget.c
source/libsmb/libsmb_stat.c