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/lib/libquota/quota_kernel.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libquota/quota_kernel.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/lib/libquota/quota_kernel.c 2014/06/12 21:39:45 1.5 +++ src/lib/libquota/quota_kernel.c 2014/06/28 22:27:50 1.6 @@ -1,4 +1,4 @@ -/* $NetBSD: quota_kernel.c,v 1.5 2014/06/12 21:39:45 joerg Exp $ */ +/* $NetBSD: quota_kernel.c,v 1.6 2014/06/28 22:27:50 dholland Exp $ */ /*- * Copyright (c) 2012 The NetBSD Foundation, Inc. * All rights reserved. @@ -29,7 +29,7 @@ */ #include -__RCSID("$NetBSD: quota_kernel.c,v 1.5 2014/06/12 21:39:45 joerg Exp $"); +__RCSID("$NetBSD: quota_kernel.c,v 1.6 2014/06/28 22:27:50 dholland Exp $"); #include #include @@ -220,8 +220,8 @@ __quota_kernel_delete(struct quotahandle { struct quotactl_args args; - args.qc_op = QUOTACTL_DELETE; - args.u.remove.qc_key = qk; + args.qc_op = QUOTACTL_DEL; + args.u.del.qc_key = qk; return __quotactl(qh->qh_mountpoint, &args); }