CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/21 19:31:30
Modified files:
sys/kern : kern_event.c
Log message:
Delete casts in assignments to void* and passed void* arguments.
bcopy() can be memcpy() because target is freshly malloced.
&array[n] is simpler than (char*)array + n*sizeof(array[0])
ok tedu@
