Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/next68k/next68k Track the SBSIZE -> SBLOCKSIZE rena...



details:   https://anonhg.NetBSD.org/src/rev/a2de32eae15d
branches:  trunk
changeset: 545388:a2de32eae15d
user:      he <he%NetBSD.org@localhost>
date:      Mon Apr 07 21:42:53 2003 +0000

description:
Track the SBSIZE -> SBLOCKSIZE rename done by the UFS2 merge.

diffstat:

 sys/arch/next68k/next68k/disksubr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r abd591d5d681 -r a2de32eae15d sys/arch/next68k/next68k/disksubr.c
--- a/sys/arch/next68k/next68k/disksubr.c       Mon Apr 07 21:42:14 2003 +0000
+++ b/sys/arch/next68k/next68k/disksubr.c       Mon Apr 07 21:42:53 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.9 2002/07/11 16:03:15 christos Exp $    */
+/*     $NetBSD: disksubr.c,v 1.10 2003/04/07 21:42:53 he Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1988, 1993
@@ -50,7 +50,7 @@
 #include <sys/disk.h>
 
 #include <ufs/ufs/dinode.h>             /* XXX for fs.h */
-#include <ufs/ffs/fs.h>                 /* XXX for SBSIZE */
+#include <ufs/ffs/fs.h>                 /* XXX for SBLOCKSIZE */
 
 #define        b_cylinder      b_resid
 
@@ -118,7 +118,7 @@
        lp->d_flags = ondisk->cd_flags;
 
        lp->d_bbsize = LABELSIZE;
-       lp->d_sbsize = SBSIZE;
+       lp->d_sbsize = SBLOCKSIZE;
 
        lp->d_npartitions = nbp = 0;
        for (i = 0; i < CPUMAXPARTITIONS - 1; i++) {



Home | Main Index | Thread Index | Old Index