Date: Tue, 9 May 2000 10:43:20 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_generic.c Message-ID: <200005091743.KAA93892@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2000/05/09 10:43:20 PDT Modified files: sys/kern sys_generic.c Log: Some ioctl routines assume that the ioctl buffer is aligned, but a char[] declaration makes no such guarentee. A union is used to force alignment of the char buffer. Revision Changes Path 1.56 +7 -4 src/sys/kern/sys_generic.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?200005091743.KAA93892>