Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/rpc.rquotad Define qfextension here



details:   https://anonhg.NetBSD.org/src/rev/656037596d4d
branches:  trunk
changeset: 763186:656037596d4d
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Mar 12 12:30:39 2011 +0000

description:
Define qfextension here

diffstat:

 libexec/rpc.rquotad/rquotad.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r ea0e91aa80cf -r 656037596d4d libexec/rpc.rquotad/rquotad.c
--- a/libexec/rpc.rquotad/rquotad.c     Sat Mar 12 12:28:47 2011 +0000
+++ b/libexec/rpc.rquotad/rquotad.c     Sat Mar 12 12:30:39 2011 +0000
@@ -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@localhost). 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);



Home | Main Index | Thread Index | Old Index