Differences From Artifact [92265e645e]:
- File xvfs-core.c — part of check-in [f01f82c2d8] at 2020-04-01 21:18:23 on branch trunk — Win32 and generic fix-ups (user: rkeene, size: 34676) [annotate] [blame] [check-ins using]
To Artifact [045108db01]:
- File xvfs-core.c — part of check-in [717062426a] at 2020-04-13 15:47:03 on branch trunk — Added an "--static-init" option to creation to make the Xvfs_fsName_Init function static, if needed to be included into a .c file (user: rkeene, size: 34866) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 | + + | #include <xvfs-core.h> #ifndef XVFS_CORE_H_1B4B28D60EBAA11D5FF85642FA7CA22C29E8E817 #define XVFS_CORE_C_1B4B28D60EBAA11D5FF85642FA7CA22C29E8E817 1 #include <string.h> #include <sys/stat.h> #include <errno.h> #include <fcntl.h> #include <tcl.h> #ifdef XVFS_DEBUG |
︙ | |||
1256 1257 1258 1259 1260 1261 1262 | 1258 1259 1260 1261 1262 1263 1264 1265 | + | #undef XVFS_DEBUG_PRINTF #undef XVFS_DEBUG_PUTS #undef XVFS_DEBUG_ENTER #undef XVFS_DEBUG_LEAVE #undef XVFS_INTERNAL_SERVER_MAGIC #undef XVFS_INTERNAL_SERVER_MAGIC_LEN #undef XVFS_ROOT_MOUNTPOINT #endif /* XVFS_CORE_C_1B4B28D60EBAA11D5FF85642FA7CA22C29E8E817 */ |