freebsd-dev/sbin/geom/core
Pawel Jakub Dawidek a73148d28d Unfortunately dlerror(3) returns string, so there is no clean way to
ignore "no such file" errors only, which I wanted to do.
Because of this I ignored all other errors on dlopen(3) failure as well,
which isn't good.
Fix this situation by calling access(2) on library file first and ignore
only ENOENT error. This allows to report all the rest of dlopen(3) errors.

MFC after:	3 days
2005-08-14 21:55:18 +00:00
..
geom.8 Document subcommands' arguments. 2005-03-14 13:06:09 +00:00
geom.c Unfortunately dlerror(3) returns string, so there is no clean way to 2005-08-14 21:55:18 +00:00
geom.h - Add gc_usage field to g_command structure. This will allow to define 2005-03-14 14:24:46 +00:00
Makefile NOSHARED -> NO_SHARED 2004-12-21 09:59:45 +00:00