summaryrefslogtreecommitdiffstats
path: root/examples/libsmbclient/teststatvfs.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: fix build on AIX6Christian Ambach2012-11-201-0/+2
| | | | | | | Signed-off-by: Christian Ambach <ambi@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Nov 20 16:06:59 CET 2012 on sn-devel-104
* Fix a boatload of warnings in the examples.Jeremy Allison2011-10-201-3/+0
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 20 02:29:52 CEST 2011 on sn-devel-104
* Ensure parameter types match format stringDerrell Lipman2009-03-271-7/+14
|
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-141-1/+2
| | | | | | | - 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
* s3 libsmbclient: Fix fstatvfs to be more portableTim Prouty2009-02-131-2/+1
| | | | | | | | | | | The statvfs struct isn't guaranteed to be portable across operating systems. Since libsmbclient isn't actually calling statvfs and just using the statvfs struct to store similar information, this patch adds a new portable smbc_statvfs struct. This fixes a few of the failures in the build farm introduced by: ae259575c447e61665c8e7070c476914161b953f Derrell, please check.
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-121-0/+96
- port functionality from v3_3_test to master Derrell