Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 02/24/2001 02:05:23
Module Name: syssrc
Committed By: cgd
Date: Sat Feb 24 00:05:23 UTC 2001
Modified Files:
syssrc/sys/ufs/mfs: mfs_vfsops.c
Log Message:
fix bug (pointed out as sequence point violation warning with current-ish gcc)
caused by use of makedev(major,minor++). makedev() now (since 32-bit
dev_t conversion) evaluates its second argument twice.
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/ufs/mfs/mfs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.