]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Make hasquota thread safe.
authorKirk McKusick <mckusick@FreeBSD.org>
Fri, 13 Feb 2009 19:56:59 +0000 (19:56 +0000)
committerKirk McKusick <mckusick@FreeBSD.org>
Fri, 13 Feb 2009 19:56:59 +0000 (19:56 +0000)
libutil/libutil.h

index 7796de0ac7881c570ce050834d56270f78421cbf..b9aec78919d8f07f8010022ce8ab5198cd306048 100644 (file)
@@ -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