From bc47c58ac28bea3666ae128f9493f58195baee64 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Wed, 11 Apr 2001 10:12:36 +0000 Subject: Updated manpages. Fixed small bug in repquota (User vs Group). Some XFS updates. Fixed problems with devfs and relative paths. --- quotaio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'quotaio.h') diff --git a/quotaio.h b/quotaio.h index e9f88d5..edfbda3 100644 --- a/quotaio.h +++ b/quotaio.h @@ -9,6 +9,7 @@ #include #include +#include #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 */ }; -- cgit v1.2.3