=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/engine.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/make/engine.h 2012/10/06 09:32:40 1.11 +++ src/usr.bin/make/engine.h 2012/10/18 17:54:43 1.12 @@ -1,6 +1,6 @@ #ifndef ENGINE_H #define ENGINE_H -/* $OpenBSD: engine.h,v 1.11 2012/10/06 09:32:40 espie Exp $ */ +/* $OpenBSD: engine.h,v 1.12 2012/10/18 17:54:43 espie Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. @@ -97,7 +97,6 @@ #define JOB_EXIT_OKAY 0 #define JOB_EXIT_BAD 1 #define JOB_SIGNALED 2 - int sent_signal; int code; /* exit status or signal code */ LstNode next_cmd; /* Next command to run */ char *cmd; /* Last command run */