Initial commit
Proof-of-concept implementation. Bugs will occur.
This commit is contained in:
9
vendor/github.com/hanwen/go-fuse/v2/fuse/request_freebsd.go
generated
vendored
Normal file
9
vendor/github.com/hanwen/go-fuse/v2/fuse/request_freebsd.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package fuse
|
||||
|
||||
const outputHeaderSize = 160
|
||||
|
||||
const (
|
||||
_FUSE_KERNEL_VERSION = 7
|
||||
_MINIMUM_MINOR_VERSION = 12
|
||||
_OUR_MINOR_VERSION = 28
|
||||
)
|
||||
Reference in New Issue
Block a user