1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Tim Potter
798fdf4fd8 Fix compiler warning.
Added checks to panic if VFS functions are passed NULL pointers.  This
may expose some bugs that have been lurking about.  Checks can be
easily removed later.
(This used to be commit c33c6330e3)
1999-05-06 23:52:00 +00:00
Tim Potter
c1d60a9b26 Added dummy connect and disconnect VFS operations to avoid the
possibilty of NULL function pointers being called.

Changed arguments to fsync() function to break dependency on
connection_struct.
(This used to be commit f6d0b55e92)
1999-04-20 03:38:22 +00:00
Tim Potter
ab0d0a6f4e Always do a compile before CVS commit! )-:
(This used to be commit 0f37e900fa)
1999-04-08 03:13:33 +00:00
Tim Potter
06c7ec8485 Forgot about closedir() function for VFS. Hoo embarassing.
(This used to be commit c1cbe07c03)
1999-04-08 03:01:18 +00:00
Tim Potter
44784f69e0 Under IRIX, a void function may return a value, even if that value is
void!
(This used to be commit e15da68824)
1999-04-05 23:35:50 +00:00
Tim Potter
a107d80596 Wrapped up all VFS disk I/O functions for portability. I remember
tridge telling me why this needed to be done but I have since
forgotten.  (-:
(This used to be commit 6e607ef760)
1999-04-04 06:37:07 +00:00