CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2016/12/18 13:10:39
Modified files: sys/kern : kern_xxx.c Log message: Include sys/proc.h when compiled with SYSCALL_DEBUG to get access to struct proc. Also bump the printf of "code" to %ld and remove a few casts to long as register_t is always long. ok kettenis@