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_extern.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ufs/ufs/ufs_extern.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.70 retrieving revision 1.71 diff -u -p -r1.70 -r1.71 --- src/sys/ufs/ufs/ufs_extern.h 2012/01/29 07:14:38 1.70 +++ src/sys/ufs/ufs/ufs_extern.h 2012/02/01 05:34:43 1.71 @@ -1,4 +1,4 @@ -/* $NetBSD: ufs_extern.h,v 1.70 2012/01/29 07:14:38 dholland Exp $ */ +/* $NetBSD: ufs_extern.h,v 1.71 2012/02/01 05:34:43 dholland Exp $ */ /*- * Copyright (c) 1991, 1993, 1994 @@ -149,7 +149,7 @@ void ufsquota_free(struct inode *); int chkdq(struct inode *, int64_t, kauth_cred_t, int); int chkiq(struct inode *, int32_t, kauth_cred_t, int); int quota_handle_cmd(struct mount *, struct lwp *, - struct vfs_quotactl_args *); + struct quotactl_args *); int qsync(struct mount *); @@ -165,7 +165,7 @@ void ufs_reinit(void); void ufs_done(void); int ufs_start(struct mount *, int); int ufs_root(struct mount *, struct vnode **); -int ufs_quotactl(struct mount *, struct vfs_quotactl_args *); +int ufs_quotactl(struct mount *, struct quotactl_args *); int ufs_fhtovp(struct mount *, struct ufid *, struct vnode **); /* ufs_vnops.c */