From e08529ca69b292c3c8e18e47ed49bfa82f03fbef Mon Sep 17 00:00:00 2001 From: rvb Date: Sun, 6 Sep 1998 20:01:34 +0000 Subject: Clean LINT --- sys/coda/coda_subr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/coda/coda_subr.h') diff --git a/sys/coda/coda_subr.h b/sys/coda/coda_subr.h index 4beedc9..0263432 100644 --- a/sys/coda/coda_subr.h +++ b/sys/coda/coda_subr.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/cfs/cfs_subr.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: $ + * $Id: cfs_subr.h,v 1.2 1998/09/02 19:09:53 rvb Exp $ * */ @@ -36,8 +36,8 @@ void cfs_free(struct cnode *cp); struct cnode *cfs_find(ViceFid *fid); void cfs_flush(enum dc_status dcstat); void cfs_testflush(void); -int cfs_checkunmounting(struct mount *mp); -int cfs_cacheprint(struct mount *whoIam); +void cfs_checkunmounting(struct mount *mp); +void cfs_cacheprint(struct mount *whoIam); void cfs_debugon(void); void cfs_debugoff(void); int cfs_kill(struct mount *whoIam, enum dc_status dcstat); -- cgit v1.1