PERFORCE change 123097 for review

Brian Chu chub at FreeBSD.org
Sun Jul 8 08:06:01 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123097

Change 123097 by chub at 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 */


More information about the p4-projects mailing list