Need to fix ext2fs module build in case UFS_ACL is not defined.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Haven't compile-tested yet ...
/* !UFS_ACL */ is wrong in these cases.
sys/fs/ext2fs/ext2_acl.c | ||
---|---|---|
528 ↗ | (On Diff #29463) | The comment is wrong: we only use the negation when there is an associated #ifndef |
sys/fs/ext2fs/ext2_extattr.c | ||
92 ↗ | (On Diff #29463) | This is unrelated to the revision topic. |
Comment Actions
BTW.. don't waste time updating this.. the changes are trivial so I will just do them locally.
Comment Actions
Ok, thanks you for my mistakes fixing.
sys/fs/ext2fs/ext2_extattr.c | ||
---|---|---|
92 ↗ | (On Diff #29463) | Yep, it is cheating from side:) it should be fixed in previous diff, Ok, I will fix it later, do not commit it now please. |
sys/fs/ext2fs/ext2_extattr.c | ||
---|---|---|
92 ↗ | (On Diff #29463) | Sorry ... fixed it in r319829 (before reading this). |