=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/targ.c,v retrieving revision 1.53 retrieving revision 1.54 diff -c -r1.53 -r1.54 *** src/usr.bin/make/targ.c 2007/11/10 13:59:48 1.53 --- src/usr.bin/make/targ.c 2007/11/24 15:41:01 1.54 *************** *** 1,5 **** /* $OpenPackages$ */ ! /* $OpenBSD: targ.c,v 1.53 2007/11/10 13:59:48 espie Exp $ */ /* $NetBSD: targ.c,v 1.11 1997/02/20 16:51:50 christos Exp $ */ /* --- 1,5 ---- /* $OpenPackages$ */ ! /* $OpenBSD: targ.c,v 1.54 2007/11/24 15:41:01 espie Exp $ */ /* $NetBSD: targ.c,v 1.11 1997/02/20 16:51:50 christos Exp $ */ /* *************** *** 134,140 **** static void TargFreeGN(void *); #endif #define Targ_FindConstantNode(n, f) Targ_FindNodeh(n, sizeof(n), K_##n, f) - static const char *status_to_string(GNode *); GNode *begin_node, *end_node, *interrupt_node, *DEFAULT; --- 134,139 ---- *************** *** 349,355 **** } } } ! static const char * status_to_string(GNode *gn) { switch (gn->built_status) { --- 348,354 ---- } } } ! const char * status_to_string(GNode *gn) { switch (gn->built_status) {