From 5fcae39090d19c708c6b75e5d245efd1663d0215 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Fri, 13 Feb 2009 19:56:59 +0000 Subject: Make hasquota thread safe. --- libutil/libutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libutil/libutil.h') diff --git a/libutil/libutil.h b/libutil/libutil.h index 7796de0..b9aec78 100644 --- a/libutil/libutil.h +++ b/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.2.3-56-ge451