From b1e12bdc4727ad7fdf1a468c5c6fcee82ec50b40 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 17 Mar 1995 19:36:46 +0000 Subject: (alloc_sync): Typo. --- ufs/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ufs/alloc.c') diff --git a/ufs/alloc.c b/ufs/alloc.c index 9fa517ed..39344501 100644 --- a/ufs/alloc.c +++ b/ufs/alloc.c @@ -77,7 +77,7 @@ static void ffs_clusteracct (struct fs *, struct cg *, daddr_t, int); /* Sync all allocation information and nod eNP if diskfs_synchronous. */ inline -alloc_sync (struct diskfs_node *np) +alloc_sync (struct node *np) { if (diskfs_syncronous) { -- cgit v1.2.3