summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorbouyer <bouyer@NetBSD.org>2011-03-12 12:30:39 +0000
committerbouyer <bouyer@NetBSD.org>2011-03-12 12:30:39 +0000
commita5bd6cc91c8c88daa240402bc9475e46b4e48985 (patch)
tree695b86face0890247677d5fd08af4e98681bbd57 /libexec
parentbf66abde5363e0d9a5fa1e5715b0d99553bfbf80 (diff)
Define qfextension here
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rpc.rquotad/rquotad.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c
index 135d8a36c48..4be0f85a302 100644
--- a/libexec/rpc.rquotad/rquotad.c
+++ b/libexec/rpc.rquotad/rquotad.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rquotad.c,v 1.25 2011/03/06 17:08:16 bouyer Exp $ */
+/* $NetBSD: rquotad.c,v 1.26 2011/03/12 12:30:39 bouyer Exp $ */
/*
* by Manuel Bouyer (bouyer@ensta.fr). Public domain.
@@ -6,7 +6,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: rquotad.c,v 1.25 2011/03/06 17:08:16 bouyer Exp $");
+__RCSID("$NetBSD: rquotad.c,v 1.26 2011/03/12 12:30:39 bouyer Exp $");
#endif
#include <sys/param.h>
@@ -37,6 +37,8 @@ __RCSID("$NetBSD: rquotad.c,v 1.25 2011/03/06 17:08:16 bouyer Exp $");
#include <getvfsquota.h>
+const char *qfextension[MAXQUOTAS] = INITQFNAMES;
+
void rquota_service(struct svc_req *request, SVCXPRT *transp);
void ext_rquota_service(struct svc_req *request, SVCXPRT *transp);
void sendquota(struct svc_req *request, int vers, SVCXPRT *transp);