Conversation
|
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
The real GNU name is st_fsid, but the more commonly known name is st_dev, so better use it to avoid having to fix various rust package. This also aligns on the existing struct stat field name, fixed by 07e57b2 ("hurd: Fix C API interface completion")
|
Thanks! But this crate just provides raw wrappers and changing a name may bring another confusion. I think it's better it remains as-is. |
|
@JohnTitor : The current state is way more than confusing: it's not coherent between Long-term wise, keeping this incoherency will be a plague. We'd really much better stick to only the well-known name (which is provided by the C api too). So far I have not seen a rust software use the |
@JohnTitor : On the other hand, I can quickly see ~45 rust software in debian that use the |
The real GNU name is st_fsid, but the more commonly known name is st_dev, so better use it to avoid having to fix various rust package.
This also aligns on the existing struct stat field name.