summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-03-17 19:36:46 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-03-17 19:36:46 +0000
commitb1e12bdc4727ad7fdf1a468c5c6fcee82ec50b40 (patch)
tree89503544ecb1e36936a82502049f13fda2cf0526 /ufs
parente8c5503c1df61d96351bf50c4ee71dce54c6a818 (diff)
(alloc_sync): Typo.
Diffstat (limited to 'ufs')
-rw-r--r--ufs/alloc.c2
1 files changed, 1 insertions, 1 deletions
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)
{