add_pid
static void add_pid(); /* Adds a process to the table */
add_pid(pid);
add_pid(utmpx->ut_pid); /* No, add it */
add_pid(0); /* Proc 0 guaranteed to get slot 0 */
add_pid(p->pd_pid);