Differences From Artifact [1493b408fe]:
- File xvfs-core.c — part of check-in [a101629cc6] at 2019-09-17 05:43:49 on branch trunk — Restructured things a bit (user: rkeene, size: 34186) [annotate] [blame] [check-ins using]
To Artifact [b817488d55]:
- File xvfs-core.c — part of check-in [d61a265cd6] at 2019-09-17 14:34:41 on branch trunk — Included unistd.h for W_OK, X_OK, etc (user: rkeene, size: 34206) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 | + | #include <xvfs-core.h> #include <string.h> #include <sys/stat.h> #include <unistd.h> #include <errno.h> #include <fcntl.h> #include <tcl.h> #ifdef XVFS_DEBUG #include <stdio.h> /* Needed for XVFS_DEBUG_PRINTF */ static int xvfs_debug_depth = 0; |
︙ |