Change to vfs API. POSIX states fsync should return an int, not a void.
[samba.git] / source / smbd / vfs-wrap.c
2000-04-04 Jeremy AllisonChange to vfs API. POSIX states fsync should return...
2000-02-03 Tim PotterComments to use vfs_* functions instead of dos_* unless...
1999-12-13 Andrew Tridgell2nd phase of head branch sync with SAMBA_2_0 - this...
1999-05-06 Tim PotterFix compiler warning.
1999-04-20 Tim PotterAdded dummy connect and disconnect VFS operations to...
1999-04-08 Tim PotterAlways do a compile before CVS commit! )-:
1999-04-08 Tim PotterForgot about closedir() function for VFS. Hoo embarassing.
1999-04-05 Tim PotterUnder IRIX, a void function may return a value, even...
1999-04-04 Tim PotterWrapped up all VFS disk I/O functions for portability...