Module Name: src Committed By: bouyer Date: Sat Mar 12 12:30:40 UTC 2011
Modified Files: src/libexec/rpc.rquotad: rquotad.c Log Message: Define qfextension here To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/libexec/rpc.rquotad/rquotad.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/libexec/rpc.rquotad/rquotad.c diff -u src/libexec/rpc.rquotad/rquotad.c:1.25 src/libexec/rpc.rquotad/rquotad.c:1.26 --- src/libexec/rpc.rquotad/rquotad.c:1.25 Sun Mar 6 17:08:16 2011 +++ src/libexec/rpc.rquotad/rquotad.c Sat Mar 12 12:30:39 2011 @@ -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 (bou...@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 @@ #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);