summaryrefslogtreecommitdiffstats
path: root/source/lib/sysquotas_4A.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2005-05-02 17:49:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:46 -0500
commit173375f8d88bf8e8db8d60e5d5f0e5dcc28767d9 (patch)
tree0ec3b4e036ab6b9454b23a474c1cc43eb8ad01d6 /source/lib/sysquotas_4A.c
parent93ee9cfe22b60a35bb7f7c45c4c71a31665dca45 (diff)
downloadsamba-173375f8d88bf8e8db8d60e5d5f0e5dcc28767d9.tar.gz
samba-173375f8d88bf8e8db8d60e5d5f0e5dcc28767d9.tar.xz
samba-173375f8d88bf8e8db8d60e5d5f0e5dcc28767d9.zip
r6586: get rid of a few more compiler warnings
Diffstat (limited to 'source/lib/sysquotas_4A.c')
-rw-r--r--source/lib/sysquotas_4A.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/lib/sysquotas_4A.c b/source/lib/sysquotas_4A.c
index ffb4123799d..5a7d84fca91 100644
--- a/source/lib/sysquotas_4A.c
+++ b/source/lib/sysquotas_4A.c
@@ -335,5 +335,7 @@ int sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qt
}
#else /* HAVE_QUOTACTL_4A */
+ void dummy_sysquotas_4A(void);
+
void dummy_sysquotas_4A(void){}
#endif /* HAVE_QUOTACTL_4A */