Diff

Differences From Artifact [c3eac4ab1b]:

To Artifact [566a5d022c]:


1
2
3
4
5
6
7
8
9
1

2
3
4
5
6
7
8

-







#define FUSE_USE_VERSION 26
#define _FILE_OFFSET_BITS 64

#include <fuse.h>
#include <errno.h>
#include <string.h>
#include <fcntl.h>

static int appfs_getattr(const char *path, struct stat *stbuf) {