mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
and fixing the format string in sbin/fsdb/fsdbutil.c instead. Note the remark "Work around a problem with format string warnings and ntohs macros" was actually incorrect. The DIP(dp, di_nlink) macro invocation actually returned an int, due to its ternary expression, even though the di_nlink members of struct ufs1_dinode and struct ufs2_dinode are both defined as int16_t. MFC after: 2 weeks |
||
|---|---|---|
| .. | ||
| fsdb.8 | ||
| fsdb.c | ||
| fsdb.h | ||
| fsdbutil.c | ||
| Makefile | ||