Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make make(1): remove nonexistent function from header
details: https://anonhg.NetBSD.org/src/rev/3db4998381db
branches: trunk
changeset: 944391:3db4998381db
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Sep 27 19:17:03 2020 +0000
description:
make(1): remove nonexistent function from header
diffstat:
usr.bin/make/job.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 4606439ad234 -r 3db4998381db usr.bin/make/job.h
--- a/usr.bin/make/job.h Sun Sep 27 19:16:28 2020 +0000
+++ b/usr.bin/make/job.h Sun Sep 27 19:17:03 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: job.h,v 1.49 2020/09/27 19:15:43 rillig Exp $ */
+/* $NetBSD: job.h,v 1.50 2020/09/27 19:17:03 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -254,7 +254,6 @@
void Job_CatchOutput(void);
void Job_Make(GNode *);
void Job_Init(void);
-Boolean Job_Empty(void);
Boolean Job_ParseShell(char *);
int Job_Finish(void);
void Job_End(void);
Home |
Main Index |
Thread Index |
Old Index