Introduction
Introduction Statistics Contact Development Disclaimer Help
Removed tabs. - susmb - mounting of SMB/CIFS shares via FUSE
git clone git://git.codemadness.org/susmb
Log
Files
Refs
README
LICENSE
---
commit 3878c72e464c69e0a6a41263f67e9150b6ea648c
parent c39c9968c91aaf0826c08c9b363dacb0e4b10ed0
Author: Geoff Johnstone <[email protected]>
Date: Mon, 15 Jun 2009 19:57:10 +0100
Removed tabs.
Diffstat:
M samba30_compat.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/samba30_compat.c b/samba30_compat.c
@@ -27,9 +27,9 @@
int usmb_statfs (const char *path UNUSED, struct statvfs *vfs UNUSED)
{
- (void)path;
- (void)vfs;
- return -ENOSYS;
+ (void)path;
+ (void)vfs;
+ return -ENOSYS;
}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.