Commit e96d4b8d authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Add fuse.S_IFLNK as constant.

parent 5bc0863d
...@@ -24,6 +24,7 @@ const ( ...@@ -24,6 +24,7 @@ const (
S_IFDIR = syscall.S_IFDIR S_IFDIR = syscall.S_IFDIR
S_IFREG = syscall.S_IFREG S_IFREG = syscall.S_IFREG
S_IFLNK = syscall.S_IFLNK
// TODO - get this from a canonical place. // TODO - get this from a canonical place.
PAGESIZE = 4096 PAGESIZE = 4096
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment