mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
the construct like printf("%\s", NULL) resulting from macroexpand of
ERROR(u, NULL), making it impossible to use LIBUFS_DEBUGGING.
With inline function, compiler cannot detect the NULL argument to
known function and does not try to convert it into puts().
In collaboration with: pho
|
||
|---|---|---|
| .. | ||
| block.c | ||
| bread.3 | ||
| cgread.3 | ||
| cgroup.c | ||
| inode.c | ||
| libufs.3 | ||
| libufs.h | ||
| Makefile | ||
| sblock.c | ||
| sbread.3 | ||
| type.c | ||
| ufs_disk_close.3 | ||