Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2007 08:06:00 GMT
From:      Brian Chu <chub@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 123097 for review
Message-ID:  <200707080806.l68860Wq049956@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123097

Change 123097 by chub@chub-msdosfs on 2007/07/08 08:05:55

	 Removes an unused field in bootsector.

Affected files ...

.. //depot/projects/soc2007/chub-msdosfs2/sbin/fsck_msdosfs/dosfs.h#2 edit

Differences ...

==== //depot/projects/soc2007/chub-msdosfs2/sbin/fsck_msdosfs/dosfs.h#2 (text+ko) ====

@@ -52,7 +52,6 @@
 	u_int	FATs;			/* number of FATs */
 	u_int	RootDirEnts;		/* number of root directory entries */
 	u_int	Media;			/* media descriptor */
-	u_int	FATsmall;		/* number of sectors per FAT */
 	u_int	SecPerTrack;		/* sectors per track */
 	u_int	Heads;			/* number of heads */
 	u_int32_t Sectors;		/* total number of sectors */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707080806.l68860Wq049956>