Browse Source

Merge pull request #109 from trapexit/einval

forgot to add einval to policy
pull/111/head
Antonio SJ Musumeci 9 years ago
parent
commit
6b5b7c38f4
  1. 1
      src/policy.hpp

1
src/policy.hpp

@ -193,6 +193,7 @@ namespace mergerfs
static const Policy &invalid;
static const Policy &all;
static const Policy &einval;
static const Policy &enosys;
static const Policy &enotsup;
static const Policy &epmfs;

Loading…
Cancel
Save