freebsd-dev/sbin/geom
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
..
class When keys were configured without passphrase, number of iterations in 2005-08-14 14:13:07 +00:00
core Unfortunately dlerror(3) returns string, so there is no clean way to 2005-08-14 21:55:18 +00:00
misc MFp4: gmirror(8) is coming soon, and we need g_metadata_read() there. 2004-07-05 02:06:44 +00:00
Makefile
Makefile.inc Don't use version number in library name. The library version is checked 2004-08-02 09:05:29 +00:00