From 987cbdc1c9562a835426a263ddcb2c330666f50c Mon Sep 17 00:00:00 2001 From: mckusick Date: Fri, 13 Feb 2009 19:56:59 +0000 Subject: Make hasquota thread safe. --- lib/libutil/libutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libutil/libutil.h') diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index 7796de0..b9aec78 100644 --- a/lib/libutil/libutil.h +++ b/lib/libutil/libutil.h @@ -148,7 +148,7 @@ struct quotafile *quota_create(const char *); void quota_close(struct quotafile *); int quota_read(struct quotafile *, struct dqblk *, int); int quota_write(struct quotafile *, const struct dqblk *, int); -int hasquota(struct fstab *, int, char **); +int hasquota(struct fstab *, int, char *, int); #endif __END_DECLS -- cgit v1.1