From 5e1c6d613544574e61aedbf456fbd6f36c04383f Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 25 Aug 2004 08:21:39 +0000 Subject: [PATCH] no-interleave-on-solaris-9-20040825 a patch does away with it and it doesn't look like we need to care --- src/vfsck/setup.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/vfsck/setup.c b/src/vfsck/setup.c index 9930b359d..1c34297de 100644 --- a/src/vfsck/setup.c +++ b/src/vfsck/setup.c @@ -380,7 +380,7 @@ setup(dev) return (-1); #endif #ifdef AFS_NEWCG_ENV -# ifndef AFS_SUN510_ENV +# ifndef AFS_SUN59_ENV if (sblock.fs_interleave < 1) { pwarn("IMPOSSIBLE INTERLEAVE=%d IN SUPERBLOCK", sblock.fs_interleave); sblock.fs_interleave = 1; @@ -391,7 +391,7 @@ setup(dev) dirty(&asblk); } } -# endif /* AFS_SUN510_ENV */ +# endif /* AFS_SUN59_ENV */ #endif /* AFS_NEWCG_ENV */ #ifdef AFS_NEWCG_ENV if (sblock.fs_npsect < sblock.fs_nsect) { @@ -473,7 +473,7 @@ setup(dev) #if defined(AFS_SUN_ENV) && !defined(AFS_SUN3_ENV) #ifdef AFS_SUN5_ENV sblock.fs_npsect = 0; -# ifndef AFS_SUN510_ENV +# ifndef AFS_SUN59_ENV sblock.fs_interleave = 0; # endif sblock.fs_state = FSOKAY - sblock.fs_time; /* make mountable */ @@ -743,7 +743,7 @@ readsb(listerr) */ altsblock.fs_fsbtodb = sblock.fs_fsbtodb; #ifdef AFS_NEWCG_ENV -# ifndef AFS_SUN510_ENV +# ifndef AFS_SUN59_ENV altsblock.fs_interleave = sblock.fs_interleave; # endif altsblock.fs_npsect = sblock.fs_npsect; -- 2.39.5