Module Name: src Committed By: njoly Date: Mon Jul 12 21:37:47 UTC 2010
Modified Files: src/tests/fs/common: ext2fs.c ffs.c h_fsmacros.h lfs.c msdosfs.c sysvbfs.c tmpfs.c Log Message: Update filesystem helper functions namespace (from XXX_mount to XXX_fstest_mount) to avoid conflicts with existing functions such as puffs_mount. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/common/ext2fs.c \ src/tests/fs/common/ffs.c src/tests/fs/common/msdosfs.c \ src/tests/fs/common/sysvbfs.c src/tests/fs/common/tmpfs.c cvs rdiff -u -r1.6 -r1.7 src/tests/fs/common/h_fsmacros.h cvs rdiff -u -r1.4 -r1.5 src/tests/fs/common/lfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.