freebsd-nq/lib/libufs
Konstantin Belousov 49e51fb02c Replace ERROR() macro with inline function. In-tree gcc cannot tolerate
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
2011-02-12 12:46:00 +00:00
..
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