Date: Fri, 24 Dec 1999 07:33:36 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_aout.c link_elf.c Message-ID: <199912241533.HAA73489@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/12/24 07:33:36 PST Modified files: sys/kern link_aout.c link_elf.c Log: Fixed a cast of a pointer to an integer of a possibly different size. Fixed casts of non-`void *' pointers to uintptr_t. Fixed related style bugs. This file uses perfectly non-KNF formatting for casts. Revision Changes Path 1.26 +3 -3 src/sys/kern/link_aout.c 1.24 +4 -4 src/sys/kern/link_elf.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?199912241533.HAA73489>