[#] http://marc.info/?l=openbsd-cvs&m=141098198512306&w=2
openbsd-cvs(obsdave,2) — All
2014-09-17 23:55:07


Module name: src
Changes by: millert@cvs.openbsd.org 2014/09/17 13:26:06

Modified files:
sys/kern : syscalls.master kern_prot.c

Log message:
The 2nd arg of setpgid(2) should be pid_t, not int.
No functional change as pid_t is defined as int32_t.
OK miod@