Date: Tue, 14 Jul 1998 22:00:27 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> Subject: cvs commit: src/sys/kern imgact_aout.c imgact_elf.c imgact_gzip.c Message-ID: <199807150500.WAA18321@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/07/14 22:00:27 PDT Modified files: sys/kern imgact_aout.c imgact_elf.c imgact_gzip.c Log: Cast u_longs to uintptr_t before casting them to pointers. Don't attempt to even partially support systems with function pointers larger than object pointers. Revision Changes Path 1.41 +4 -3 src/sys/kern/imgact_aout.c 1.28 +3 -3 src/sys/kern/imgact_elf.c 1.34 +7 -6 src/sys/kern/imgact_gzip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807150500.WAA18321>