Date: Tue, 13 Oct 1998 22:07:23 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/libi386 bootinfo.c src/sys/kern subr_module.c Message-ID: <199810140507.WAA12165@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1998/10/13 22:07:23 PDT Modified files: sys/boot/i386/libi386 bootinfo.c sys/kern subr_module.c Log: Align to sizeof(long) rather than sizeof(int32_t). It needs to be long because this code is shared with the alpha. I hope the alpha can read 32 bit ints at 32 bit alignment (vs. 64 bit alignment). Revision Changes Path 1.13 +4 -4 src/sys/boot/i386/libi386/bootinfo.c 1.4 +8 -8 src/sys/kern/subr_module.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?199810140507.WAA12165>