Date: Fri, 29 Jan 1999 00:29:06 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_threads.c vfs_aio.c src/sys/pci if_de.c Message-ID: <199901290829.AAA39129@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/01/29 00:29:06 PST Modified files: sys/kern kern_threads.c vfs_aio.c sys/pci if_de.c Log: Removed bogus casts to c_caddr_t. This is part of terminating c_caddr_t with extreme prejudice. Here the original casts to caddr_t were to support K&R compilers (or missing prototypes), but the relevant source files require an ANSI compiler. Revision Changes Path 1.14 +2 -2 src/sys/kern/kern_threads.c 1.41 +2 -2 src/sys/kern/vfs_aio.c 1.97 +3 -4 src/sys/pci/if_de.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?199901290829.AAA39129>