Differences From Artifact [8dc47d059d]:
- File appfsd.c — part of check-in [aca3a93d56] at 2014-11-06 17:11:01 on branch tcl-ops — Work towards gutting AppFSd to rewrite (user: rkeene, size: 12966) [annotate] [blame] [check-ins using]
To Artifact [169ff6cab0]:
- File appfsd.c — part of check-in [5bd7399e05] at 2014-11-06 18:29:57 on branch tcl-ops — Minor update (user: rkeene, size: 12948) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
61 62 63 64 65 66 67 | union { struct { int childcount; } dir; struct { int executable; off_t size; | < | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | union { struct { int childcount; } dir; struct { int executable; off_t size; } file; struct { off_t size; char source[256]; } symlink; } typeinfo; }; |
︙ | ︙ |