Overview
Comment: | Fixed incomplete rename |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b586d5b0a1b58969b9abd9c0a2686f03 |
User & Date: | rkeene on 2019-05-08 16:47:28 |
Other Links: | manifest | tags |
Context
2019-05-08
| ||
16:52 | More cleanup check-in: 9d3052c6f1 user: rkeene tags: trunk | |
16:47 | Fixed incomplete rename check-in: b586d5b0a1 user: rkeene tags: trunk | |
16:46 | Cleanup check-in: d92ba3d36d user: rkeene tags: trunk | |
Changes
Modified xvfs-core.c from [61701b79db] to [11c7034c99].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - + | #include <xvfs-core.h> #include <string.h> #include <tcl.h> #if defined(XVFS_MODE_FLEXIBLE) || defined(XVFS_MODE_SERVER) #define XVFS_INTERNAL_SERVER_MAGIC "\xD4\xF3\x05\x96\x25\xCF\xAF\xFE" #define XVFS_INTERNAL_SERVER_MAGIC_LEN 8 struct xvfs_tclfs_server_info { |
︙ | |||
224 225 226 227 228 229 230 | 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 | - + - + | return(xvfs_register(interp, fsInfo)); } fsHandlerData = (struct xvfs_tclfs_server_info *) fsHandlerDataRaw; /* * XXX:TODO: What is the chance that the handler for //xvfs:/ hold |