summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/job.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/job.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/job.h')
-rw-r--r--usr.bin/make/job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h
index af9b5bd..c838c1c 100644
--- a/usr.bin/make/job.h
+++ b/usr.bin/make/job.h
@@ -64,7 +64,7 @@ void Job_Make(struct GNode *);
void Job_Init(int);
Boolean Job_Full(void);
Boolean Job_Empty(void);
-ReturnStatus Job_ParseShell(char *);
+Boolean Job_ParseShell(char *);
int Job_Finish(void);
void Job_Wait(void);
void Job_AbortAll(void);
OpenPOWER on IntegriCloud