summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/arch.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-18 06:50:39 +0000
committerharti <harti@FreeBSD.org>2005-05-18 06:50:39 +0000
commit94c62408e0a3b72b7a5541a0a1689b2b2d07d22b (patch)
tree2ef0ee4258536151be44b291f126ca65d0911074 /usr.bin/make/arch.h
parente04ec83e806222d865bbf9be744c8460bf43e184 (diff)
downloadFreeBSD-src-94c62408e0a3b72b7a5541a0a1689b2b2d07d22b.zip
FreeBSD-src-94c62408e0a3b72b7a5541a0a1689b2b2d07d22b.tar.gz
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
Diffstat (limited to 'usr.bin/make/arch.h')
-rw-r--r--usr.bin/make/arch.h2
1 files changed, 1 insertions, 1 deletions
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 *);
OpenPOWER on IntegriCloud