freebsd-dev/lib/libgeom
Enji Cooper e976502216 libgeom(3): note that stdio.h is required when referencing gctl_dump(3)
gctl_dump(3) is only exposed when stdio.h is #include'd first, per its
addition in r112510. The reasoning noted for the conditional "exposure"
of the function was to "limit #include pollution".

This addresses an issue I found with the documentation when looking at
bug 218809, which in turn addresses a -Wimplicit-function-declaration
compiler warning in `tools/regression/geom_gpt/test.c` (it uses
gctl_dump(3)).

MFC after:	5 weeks
Sponsored by:	Dell EMC Isilon
2017-04-22 19:32:23 +00:00
..
geom_ctl.c
geom_getxml.c Systems with lots of geom providers can end up with a kern.geom.confxml 2014-09-04 03:31:48 +00:00
geom_stats.c Explicitly specify MAP_SHARED when mapping the stats file descriptor. 2014-09-17 19:37:58 +00:00
geom_util.c
geom_xml2tree.c Plug memory leaks when running out of memory. 2015-08-28 06:41:40 +00:00
libgeom.3 libgeom(3): note that stdio.h is required when referencing gctl_dump(3) 2017-04-22 19:32:23 +00:00
libgeom.h Since there's no defined schema for the XML that's generated by the 2013-07-19 06:42:15 +00:00
Makefile First pass through library packaging. 2016-02-04 21:16:35 +00:00
Makefile.depend META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. 2015-11-25 19:10:28 +00:00