Subject: sys/arch/i386/i386/disksubr.c v1.5
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Kawahara Taro <kawahara@mtc.telcom.oki.co.jp>
List: current-users
Date: 03/08/1994 10:38:33
The code $Id: disksubr.c,v 1.5 1994/03/04 23:22:33 cgd Exp $ have
following code;

sys/arch/i386/i386/disksubr.c  line 93:
> 	for (i = 0; i < RAW_PART; i++) {
> 		lp->d_partitions[0].p_size = 0;
> 		lp->d_partitions[0].p_offset = 0;
> 	}

But, I feel this loop ``for(i...)'' have no mean.  
Submitter of this change, please verify it again.

Thank you,
Kawahara Taro

------------------------------------------------------------------------------