Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Build failure: PS_PPWAIT undecleared



Hi!

PS_PPWAIT is used in three places but nowhere defined:

sys/arch/sparc/sparc/syscall.c:371:     ktrsysret((l->l_proc->p_sflag & 
PS_PPWAIT) ? SYS_vfork : SYS_fork,
sys/arch/sparc64/sparc64/syscall.c:462: ktrsysret((l->l_proc->p_sflag & 
PS_PPWAIT) ? SYS_vfork : SYS_fork, 0, 0);
sys/compat/darwin/darwin_sysctl.c:852:  if (bsf & PS_PPWAIT)

resulting in build failures like this:

sys/compat/darwin/darwin_sysctl.c: In function 'native_to_darwin_pflag':
sys/compat/darwin/darwin_sysctl.c:852: error: 'PS_PPWAIT' undeclared (first use 
in this function)


-- 
Greetings,

Christoph




Home | Main Index | Thread Index | Old Index