From f54ed457a6405acdb1a4c04d133916af4efa1bc6 Mon Sep 17 00:00:00 2001 From: he Date: Thu, 3 Apr 2003 17:49:22 +0000 Subject: [PATCH] Rename SBSIZE -> SBLOCKSIZE triggered by the UFS2 merge. --- sys/arch/atari/atari/disksubr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/atari/atari/disksubr.c b/sys/arch/atari/atari/disksubr.c index 39f0ba43bd50..c91c619f44fc 100644 --- a/sys/arch/atari/atari/disksubr.c +++ b/sys/arch/atari/atari/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.25 2003/02/04 21:24:54 leo Exp $ */ +/* $NetBSD: disksubr.c,v 1.26 2003/04/03 17:49:22 he Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -166,7 +166,7 @@ readdisklabel(dev, strat, lp, clp) lp->d_partitions[RAW_PART].p_size = lp->d_secperunit; lp->d_npartitions = RAW_PART + 1; lp->d_bbsize = BBSIZE; - lp->d_sbsize = SBSIZE; + lp->d_sbsize = SBLOCKSIZE; #ifdef DISKLABEL_NBDA /* Try the native NetBSD/Atari format first. */