Date: Fri, 29 Jan 1999 01:04:28 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern link_elf.c Message-ID: <199901290904.BAA41211@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/01/29 01:04:28 PST Modified files: sys/kern link_elf.c Log: Cast to `const char *' instead of to c_caddr_t. This is part of terminating c_caddr_t with extreme prejudice. Here we depended on the "opaque" type c_caddr_t being precisely `const char *' to do unportable pointer arithmetic. Revision Changes Path 1.16 +5 -5 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?199901290904.BAA41211>