summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
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)
{