NetBSD/sys/ufs/mfs
cgd 4dddddfe62 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.
2001-02-24 00:05:22 +00:00
..
Makefile
mfs_extern.h Back out previous change; there is something Seriously Wrong. 2000-05-19 20:42:20 +00:00
mfs_vfsops.c fix bug (pointed out as sequence point violation warning with current-ish gcc) 2001-02-24 00:05:22 +00:00
mfs_vnops.c make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const 2001-01-22 12:17:35 +00:00
mfsnode.h Back out previous change; there is something Seriously Wrong. 2000-05-19 20:42:20 +00:00