=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/gnode.h,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/make/gnode.h 2007/11/24 15:41:01 1.11 --- src/usr.bin/make/gnode.h 2007/12/10 17:44:06 1.12 *************** *** 1,7 **** #ifndef GNODE_H #define GNODE_H /* $OpenPackages$ */ ! /* $OpenBSD: gnode.h,v 1.11 2007/11/24 15:41:01 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. --- 1,7 ---- #ifndef GNODE_H #define GNODE_H /* $OpenPackages$ */ ! /* $OpenBSD: gnode.h,v 1.12 2007/12/10 17:44:06 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. *************** *** 130,137 **** unsigned long lineno;/* First line number of commands. */ const char *fname; /* File name of commands. */ LIST commands; /* Creation commands */ - LstNode current; /* Current command, for job */ - struct Suff_ *suffix;/* Suffix for the node (determined by * Suff_FindDeps and opaque to everyone * but the Suff module) */ --- 130,135 ----