From c97639b9230d9c3f9032d935d7892c5b513c8814 Mon Sep 17 00:00:00 2001 From: dg Date: Sat, 20 Aug 1994 03:49:02 +0000 Subject: 1) cleaned up after Garrett - fixed more redundant declarations, changed use of timeout_t -> timeout_func_t in aha1542 and aha1742 drivers. 2) fix a bug in the portalfs that was uncovered by better prototyping - specifically, the time must be converted from timeval to timespec before storing in va_atime. 3) fixed/added some miscellaneous prototypes --- sys/ufs/lfs/lfs_alloc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/ufs/lfs/lfs_alloc.c') diff --git a/sys/ufs/lfs/lfs_alloc.c b/sys/ufs/lfs/lfs_alloc.c index 7e5e2a9..848bb81 100644 --- a/sys/ufs/lfs/lfs_alloc.c +++ b/sys/ufs/lfs/lfs_alloc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_alloc.c 8.4 (Berkeley) 1/4/94 - * $Id$ + * $Id: lfs_alloc.c,v 1.2 1994/08/02 07:54:29 davidg Exp $ */ #include @@ -157,7 +157,6 @@ lfs_vcreate(mp, ino, vpp) ino_t ino; struct vnode **vpp; { - extern int (**lfs_vnodeop_p)(); struct inode *ip; struct ufsmount *ump; int error, i; -- cgit v1.1