CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/14 16:26:48
Modified files:
sys/kern : exec_elf.c exec_subr.c kern_sensors.c
vfs_subr.c vfs_syscalls.c
Log message:
prefer sizeof(*ptr) to sizeof(struct) for malloc and free
