diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/getdents-debug/getdents/getdents.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/getdents-debug/getdents/getdents.go b/contrib/getdents-debug/getdents/getdents.go index a3cdac4..d10ca12 100644 --- a/contrib/getdents-debug/getdents/getdents.go +++ b/contrib/getdents-debug/getdents/getdents.go @@ -1,3 +1,5 @@ +//+build linux + /* Small tool to try to debug unix.Getdents problems on CIFS mounts ( https://github.com/rfjakob/gocryptfs/issues/483 ) |