diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 19:36:46 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 19:36:46 +0000 |
| commit | 08eb992b1fdc4285ca49b31fb51a0a844ba03c42 (patch) | |
| tree | e612a5e5440e51cc42110d904a2b10be5d470e80 /ufs | |
| parent | 28d8598ef9e75e22031141cae694ece08af6730e (diff) | |
(alloc_sync): Typo.
Diffstat (limited to 'ufs')
| -rw-r--r-- | ufs/alloc.c | 2 |
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) { |
