Revert "wip"

This reverts commit e118bba0f3ffc518b9a20e8c70197db9953cb4aa.
This commit is contained in:
simon987 2020-09-13 14:14:06 -04:00
parent 63315802f2
commit 21f1f4b98a

View File

@ -93,7 +93,6 @@ typedef struct meta_line {
}; };
} meta_line_t; } meta_line_t;
#define USER_UID_COUNT 64
typedef struct document { typedef struct document {
unsigned char uuid[16]; unsigned char uuid[16];
@ -103,7 +102,6 @@ typedef struct document {
int mtime; int mtime;
short base; short base;
short ext; short ext;
uid_t users[USER_UID_COUNT];
meta_line_t *meta_head; meta_line_t *meta_head;
meta_line_t *meta_tail; meta_line_t *meta_tail;
char *filepath; char *filepath;