Delete unused struct proc fields

This commit is contained in:
Sebastian Huber 2013-10-10 14:32:36 +02:00
parent db2e97facf
commit 0bcf34156b

View File

@ -575,9 +575,6 @@ struct proc {
struct kdtrace_proc *p_dtrace; /* (*) DTrace-specific data. */
struct cv p_pwait; /* (*) wait cv for exit/exec */
#else /* __rtems__ */
struct sigiolst p_sigiolst; /* (c) List of sigio sources. */
int p_flag; /* (c) P_* flags. */
struct proc *p_leader; /* (b) */
struct ucred *p_ucred; /* (c) Process owner's identity. */
struct mtx p_mtx; /* (n) Lock for this struct. */
rtems_id p_pid;