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
commit08eb992b1fdc4285ca49b31fb51a0a844ba03c42 (patch)
treee612a5e5440e51cc42110d904a2b10be5d470e80 /ufs
parent28d8598ef9e75e22031141cae694ece08af6730e (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)
{