=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/compat.c,v retrieving revision 1.46 retrieving revision 1.47 diff -c -r1.46 -r1.47 *** src/usr.bin/make/compat.c 2002/01/16 01:28:54 1.46 --- src/usr.bin/make/compat.c 2002/06/12 06:07:15 1.47 *************** *** 1,5 **** /* $OpenPackages$ */ ! /* $OpenBSD: compat.c,v 1.46 2002/01/16 01:28:54 millert Exp $ */ /* $NetBSD: compat.c,v 1.14 1996/11/06 17:59:01 christos Exp $ */ /* --- 1,5 ---- /* $OpenPackages$ */ ! /* $OpenBSD: compat.c,v 1.47 2002/06/12 06:07:15 mpech Exp $ */ /* $NetBSD: compat.c,v 1.14 1996/11/06 17:59:01 christos Exp $ */ /* *************** *** 171,178 **** volatile bool errCheck; /* Check errors */ int reason; /* Reason for child's death */ int status; /* Description of child's death */ ! int cpid; /* Child actually found */ ! int stat; /* Status of fork */ LstNode cmdNode; /* Node where current command is located */ char ** volatile av; /* Argument vector for thing to exec */ int argc; /* Number of arguments in av or 0 if not --- 171,178 ---- volatile bool errCheck; /* Check errors */ int reason; /* Reason for child's death */ int status; /* Description of child's death */ ! pid_t cpid; /* Child actually found */ ! pid_t stat; /* Status of fork */ LstNode cmdNode; /* Node where current command is located */ char ** volatile av; /* Argument vector for thing to exec */ int argc; /* Number of arguments in av or 0 if not