Searched hist:"614 d19ca1041c9b2e664ad5647798a3c94852bbe" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/ldconfig/ |
H A D | ldconfig.c | diff 614d19ca1041c9b2e664ad5647798a3c94852bbe Sun Sep 06 22:43:25 CEST 1998 John Polstra <jdp@FreeBSD.org> 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> diff 614d19ca1041c9b2e664ad5647798a3c94852bbe Sun Sep 06 22:43:25 CEST 1998 John Polstra <jdp@FreeBSD.org> 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>
|