From 94c62408e0a3b72b7a5541a0a1689b2b2d07d22b Mon Sep 17 00:00:00 2001 From: harti Date: Wed, 18 May 2005 06:50:39 +0000 Subject: Get rid of the ReturnStatus obscuration that was anyway used only in two places. While here don't bother returning anything from Lst_Replace - nobody ever checks the return code. Suggested by: jmallet --- usr.bin/make/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/make/arch.h') diff --git a/usr.bin/make/arch.h b/usr.bin/make/arch.h index d9976b7..3c28b2f 100644 --- a/usr.bin/make/arch.h +++ b/usr.bin/make/arch.h @@ -50,7 +50,7 @@ struct Path; /* archive errors are fatal */ extern Boolean arch_fatal; -ReturnStatus Arch_ParseArchive(char **, struct Lst *, struct GNode *); +Boolean Arch_ParseArchive(char **, struct Lst *, struct GNode *); void Arch_Touch(struct GNode *); void Arch_TouchLib(struct GNode *); int Arch_MTime(struct GNode *); -- cgit v1.1