Date: Thu, 13 May 1999 05:21:44 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/ic i82586.h src/sys/i386/isa if_ie.c Message-ID: <199905131221.FAA58887@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/05/13 05:21:44 PDT Modified files: sys/i386/isa/ic i82586.h sys/i386/isa if_ie.c Log: Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines were for old confusion of `volatile char *' with `volatile caddr_t'. 7 lines were for not being careful about aligning pointers to volatiles. Revision Changes Path 1.8 +11 -4 src/sys/i386/isa/ic/i82586.h 1.60 +12 -14 src/sys/i386/isa/if_ie.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?199905131221.FAA58887>