Differences From Artifact [34b10d5483]:
- File kitdll/buildsrc/kitdll-0.0/vfs_kitdll.tcl — part of check-in [e4de9a2934] at 2010-09-26 04:51:35 on branch trunk — Updated to create loadable filesystem by including C-Tcl interface when creating C version of directory tree (dir2c) (user: rkeene, size: 7274) [annotate] [blame] [check-ins using]
To Artifact [58587901f4]:
- File kitdll/buildsrc/kitdll-0.0/vfs_kitdll.tcl — part of check-in [57bb916b04] at 2010-09-26 04:51:46 on branch trunk — Removed extraneous code in VFS code (kitdll) (user: rkeene, size: 7243) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
327 328 329 330 331 332 333 | vfs::filesystem posixerror $::vfs::posix(EROFS) } proc ::vfs::kitdll::vfsop_utime {} { vfs::filesystem posixerror $::vfs::posix(EROFS) } package provide vfs::kitdll 1.0 | < < | 327 328 329 330 331 332 333 | vfs::filesystem posixerror $::vfs::posix(EROFS) } proc ::vfs::kitdll::vfsop_utime {} { vfs::filesystem posixerror $::vfs::posix(EROFS) } package provide vfs::kitdll 1.0 |