summaryrefslogtreecommitdiff
path: root/rquota_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'rquota_server.c')
-rw-r--r--rquota_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rquota_server.c b/rquota_server.c
index 3293de7..bb270e6 100644
--- a/rquota_server.c
+++ b/rquota_server.c
@@ -147,7 +147,7 @@ setquota_rslt *setquotainfo(int lflags, caddr_t * argp, struct svc_req *rqstp)
} arguments;
struct util_dqblk dqblk;
struct dquot *dquot;
- struct mntent *mnt;
+ struct mount_entry *mnt;
char pathname[PATH_MAX] = {0};
char *pathp = pathname;
int id, qcmd, type;
@@ -239,7 +239,7 @@ getquota_rslt *getquotainfo(int lflags, caddr_t * argp, struct svc_req * rqstp)
ext_getquota_args *ext_args;
} arguments;
struct dquot *dquot = NULL;
- struct mntent *mnt;
+ struct mount_entry *mnt;
char pathname[PATH_MAX] = {0};
char *pathp = pathname;
int id, type;