summaryrefslogtreecommitdiff
path: root/quotaio.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-04-11 10:12:36 +0000
committerjkar8572 <jkar8572>2001-04-11 10:12:36 +0000
commitbc47c58ac28bea3666ae128f9493f58195baee64 (patch)
tree73bf190dfc0daa5a7a6d8dadabc6b8b337396ade /quotaio.h
parent7ec003b82d056fa150924f15da0d0d0e353cf041 (diff)
Updated manpages.
Fixed small bug in repquota (User vs Group). Some XFS updates. Fixed problems with devfs and relative paths.
Diffstat (limited to 'quotaio.h')
-rw-r--r--quotaio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quotaio.h b/quotaio.h
index e9f88d5..edfbda3 100644
--- a/quotaio.h
+++ b/quotaio.h
@@ -9,6 +9,7 @@
#include <limits.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include "quota.h"
#include "mntopt.h"
@@ -81,6 +82,7 @@ struct quota_handle {
char qh_quotadev[PATH_MAX]; /* Device file is for */
int qh_type; /* Type of quotafile */
int qh_fmt; /* Quotafile format */
+ struct stat qh_stat; /* stat(2) for qh_quotadev */
struct quotafile_ops *qh_ops; /* Operations on quotafile */
struct util_dqinfo qh_info; /* Generic quotafile info */
};