From 36e1f47401d3720aef945eaa146daaa174ae8adc Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 30 Jan 2012 19:19:55 +0000 Subject: [PATCH] This will need its own compat copy of some of the strings from quotaprop.h even after the latter goes away. --- lib/libquota/getufsquota.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/libquota/getufsquota.c b/lib/libquota/getufsquota.c index 7de42ed70e0f..6945812bf0e4 100644 --- a/lib/libquota/getufsquota.c +++ b/lib/libquota/getufsquota.c @@ -1,4 +1,4 @@ -/* $NetBSD: getufsquota.c,v 1.6 2012/01/09 15:31:11 dholland Exp $ */ +/* $NetBSD: getufsquota.c,v 1.7 2012/01/30 19:19:55 dholland Exp $ */ /*- * Copyright (c) 2011 Manuel Bouyer @@ -27,17 +27,20 @@ */ #include -__RCSID("$NetBSD: getufsquota.c,v 1.6 2012/01/09 15:31:11 dholland Exp $"); +__RCSID("$NetBSD: getufsquota.c,v 1.7 2012/01/30 19:19:55 dholland Exp $"); #include #include #include -#include /* for QUOTADICT_CLASS_* strings */ #include #include "quotapvt.h" +/* Some strings passed to getufsquota() and friends */ +#define QUOTADICT_CLASS_USER "user" +#define QUOTADICT_CLASS_GROUP "group" + /* * Return true if QV contains any actual information. *