Differences From Artifact [6e02b9cbb2]:
- File lib/xvfs/xvfs.c.rvt — part of check-in [c57d8bead8] at 2019-09-20 15:36:59 on branch trunk — A bit of checks before defining types (user: rkeene, size: 7513) [annotate] [blame] [check-ins using]
To Artifact [5748d80b1d]:
- File lib/xvfs/xvfs.c.rvt — part of check-in [09e53d3c38] at 2019-09-20 15:58:44 on branch trunk — Allow the user to specify either the path to or the contents of "xvfs-core.h" (user: rkeene, size: 7605) [annotate] [blame] [check-ins using]
|
| > > > > | | 1 2 3 4 5 6 7 8 9 10 11 12 | <? if {[info exists ::xvfs::xvfsCoreH]} { ?><?= $::xvfs::xvfsCoreH ?><? } else { ?>#include <xvfs-core.h><? } ?> #include <sys/stat.h> #include <unistd.h> #include <string.h> #include <tcl.h> #define XVFS_NAME_LOOKUP_ERROR (-1) #define XVFS_FILE_BLOCKSIZE 1024 |
︙ | ︙ |