Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/bouyer-quota2]: src/sys/ufs/ufs Remove unused prototypes



details:   https://anonhg.NetBSD.org/src/rev/01abbc9bc213
branches:  bouyer-quota2
changeset: 761126:01abbc9bc213
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Feb 08 20:09:56 2011 +0000

description:
Remove unused prototypes

diffstat:

 sys/ufs/ufs/ufs_quota.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r c47fd4503d8c -r 01abbc9bc213 sys/ufs/ufs/ufs_quota.h
--- a/sys/ufs/ufs/ufs_quota.h   Tue Feb 08 20:04:52 2011 +0000
+++ b/sys/ufs/ufs/ufs_quota.h   Tue Feb 08 20:09:56 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ufs_quota.h,v 1.1.2.6 2011/02/08 20:00:53 bouyer Exp $ */
+/*     $NetBSD: ufs_quota.h,v 1.1.2.7 2011/02/08 20:09:56 bouyer Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993, 1995
@@ -119,8 +119,6 @@
 
 int chkdq1(struct inode *, int64_t, kauth_cred_t, int);
 int chkiq1(struct inode *, int32_t, kauth_cred_t, int);
-int getquota1(struct mount *, u_long, int, struct dqblk *);
-int setquota1(struct mount *, u_long, int, struct dqblk *);
 int q1sync(struct mount *);
 int dq1get(struct vnode *, u_long, struct ufsmount *, int, struct dquot *);
 int dq1sync(struct vnode *, struct dquot *);



Home | Main Index | Thread Index | Old Index