=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/cmd_exec.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/make/cmd_exec.c 2016/03/05 13:12:12 1.9 --- src/usr.bin/make/cmd_exec.c 2016/03/28 11:27:37 1.10 *************** *** 1,4 **** ! /* $OpenBSD: cmd_exec.c,v 1.9 2016/03/05 13:12:12 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. * --- 1,4 ---- ! /* $OpenBSD: cmd_exec.c,v 1.10 2016/03/28 11:27:37 chl Exp $ */ /* * Copyright (c) 2001 Marc Espie. * *************** *** 42,48 **** char *args[4]; /* Args for invoking the shell */ int fds[2]; /* Pipe streams */ pid_t cpid; /* Child PID */ - pid_t pid; /* PID from wait() */ char *result; /* Result */ int status; /* Command exit status */ BUFFER buf; /* Buffer to store the result. */ --- 42,47 ----