CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/09/18 07:17:40
Modified files: usr.sbin/switchd: proc.c proc.h switch.c Log message: Kill p_env from proc.c. The p_env variable was not being used seriously and it was always a copy of ps->ps_env. You might access the env variable now with: p->p_ps->ps_env. ok reyk@