From 1c4bbe06549d86614318718a45b9bc48e3bfc81f Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Mon, 2 May 2005 17:49:43 +0000 Subject: r6586: get rid of a few more compiler warnings (This used to be commit 173375f8d88bf8e8db8d60e5d5f0e5dcc28767d9) --- source3/tests/sysquotas.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/tests/sysquotas.c') diff --git a/source3/tests/sysquotas.c b/source3/tests/sysquotas.c index 48a34feb13..bf16c8ba6e 100644 --- a/source3/tests/sysquotas.c +++ b/source3/tests/sysquotas.c @@ -28,6 +28,8 @@ #define SYS_DQBLK dqblk #endif + int autoconf_quota(void); + int autoconf_quota(void) { int ret = -1; -- cgit