Merge pull request #230 from metalefty/errno-eremoteio-eio
fuse: use EIO instead of EREMOTEIO for BSDs
This commit is contained in:
commit
5788133c4d
@ -107,6 +107,10 @@ void xfuse_devredir_cb_file_close(void *vp) {}
|
||||
#include "list.h"
|
||||
#include "fifo.h"
|
||||
|
||||
#ifndef EREMOTEIO
|
||||
#define EREMOTEIO EIO
|
||||
#endif
|
||||
|
||||
#define min(x, y) ((x) < (y) ? (x) : (y))
|
||||
|
||||
#define XFUSE_ATTR_TIMEOUT 1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user