Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/ufs/ufs/ufs_quota.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ufs/ufs/ufs_quota.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- src/sys/ufs/ufs/ufs_quota.h 2012/01/29 06:54:34 1.13 +++ src/sys/ufs/ufs/ufs_quota.h 2012/01/29 06:55:44 1.14 @@ -1,4 +1,4 @@ -/* $NetBSD: ufs_quota.h,v 1.13 2012/01/29 06:54:34 dholland Exp $ */ +/* $NetBSD: ufs_quota.h,v 1.14 2012/01/29 06:55:44 dholland Exp $ */ /* * Copyright (c) 1982, 1986, 1990, 1993, 1995 @@ -127,7 +127,7 @@ int quota2_handle_cmd_get(struct ufsmoun struct quotaval *); int quota2_handle_cmd_put(struct ufsmount *, const struct quotakey *, const struct quotaval *); -int quota2_handle_cmd_delete(struct ufsmount *, int, int, int, int); +int quota2_handle_cmd_delete(struct ufsmount *, const struct quotakey *); int quota2_handle_cmd_getall(struct ufsmount *, int, prop_array_t); int q2sync(struct mount *); int dq2get(struct vnode *, u_long, struct ufsmount *, int, struct dquot *);