stub out set_oflags for unix i guess?
what do we do about unsupported stuff like that? silently return OK?
This commit is contained in:
@@ -75,6 +75,7 @@ impl From<Error> for types::Errno {
|
||||
Error::DirNotCapable { .. } => Errno::Notcapable,
|
||||
Error::NotCapable => Errno::Notcapable,
|
||||
Error::TableOverflow => Errno::Overflow,
|
||||
Error::Unsupported { .. } => Errno::Notcapable, // XXX is this reasonable?
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user