Diff

Differences From Artifact [8dc47d059d]:

To Artifact [169ff6cab0]:


61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
	union {
		struct {
			int childcount;
		} dir;
		struct {
			int executable;
			off_t size;
			char sha1[41];
		} file;
		struct {
			off_t size;
			char source[256];
		} symlink;
	} typeinfo;
};







<







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;
};