freebsd-dev/sbin/ldconfig
John Polstra 614d19ca10 Fix calls to mmap. It returns void *, and on failure it returns
MAP_FAILED.

Don't try to extend the mapping in place if it is too short.
There's no guarantee it will be possible.  Remap the file instead.

Put in a few style fixes.

Submitted by:	Bruce Evans <bde>
1998-09-06 20:43:25 +00:00
..
elfhints.c Implement ldconfig functionality for ELF. The hints are stored in 1998-09-05 03:31:00 +00:00
ldconfig.8 Implement ldconfig functionality for ELF. The hints are stored in 1998-09-05 03:31:00 +00:00
ldconfig.c Fix calls to mmap. It returns void *, and on failure it returns 1998-09-06 20:43:25 +00:00
ldconfig.h Implement ldconfig functionality for ELF. The hints are stored in 1998-09-05 03:31:00 +00:00
Makefile Implement ldconfig functionality for ELF. The hints are stored in 1998-09-05 03:31:00 +00:00