Synopsis: shmexit tries to return value although declared void
void shmexit(p) struct proc *p; { ... p->p_vmspace->vm_shm = NULL; }