CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/11 11:46:13
Modified files:
sys/kern : sys_generic.c
Log message:
In sys_ioctl(), change the type of stkbuf to u_long to make sure it is
properly aligned. Otherwise we lose on strict alignment architectures if
the compiler happens to give it a smaller alignment. Fixes another gcc4
problem on sparc64.
ok miod@
