From c79cc630ede15ddb8641deef1f5256d6296ae31b Mon Sep 17 00:00:00 2001 From: gpalmer Date: Wed, 8 May 1996 04:29:08 +0000 Subject: Clean up various compiler warnings. Most (if not all) were benign Reviewed by: bde --- sys/ufs/ffs/ffs_alloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/ufs/ffs/ffs_alloc.c') diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c index fa7e71d..7450088 100644 --- a/sys/ufs/ffs/ffs_alloc.c +++ b/sys/ufs/ffs/ffs_alloc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_alloc.c 8.8 (Berkeley) 2/21/94 - * $Id: ffs_alloc.c,v 1.22 1995/12/17 21:09:29 phk Exp $ + * $Id: ffs_alloc.c,v 1.23 1996/01/05 18:31:45 wollman Exp $ */ #include "opt_quota.h" @@ -57,7 +57,7 @@ extern u_long nextgennumber; -typedef long allocfcn_t __P((struct inode *ip, int cg, daddr_t bpref, +typedef daddr_t allocfcn_t __P((struct inode *ip, int cg, daddr_t bpref, int size)); static daddr_t ffs_alloccg __P((struct inode *, int, daddr_t, int)); -- cgit v1.1