summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2009-05-12 09:46:40 +0000
committerMarc Espie <espie@cvs.openbsd.org>2009-05-12 09:46:40 +0000
commitb88607f1eabf0a773e2bbe15323d081c476b5946 (patch)
treeb55030c4cfe12725993351181f748a03cc8e5b69 /usr.bin/make
parent836f5e1646b9c7e966a92a64d56b444c2a2b4238 (diff)
zap double prototype
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/engine.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/make/engine.c b/usr.bin/make/engine.c
index a6236ad7d53..b2a632d8f67 100644
--- a/usr.bin/make/engine.c
+++ b/usr.bin/make/engine.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: engine.c,v 1.24 2009/05/10 11:07:37 espie Exp $ */
+/* $OpenBSD: engine.c,v 1.25 2009/05/12 09:46:39 espie Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
* Copyright (c) 1988, 1989 by Adam de Boor
@@ -64,7 +64,6 @@
#include "buf.h"
#include "job.h"
-void setup_all_signals(psighandler, psighandler);
static void MakeTimeStamp(void *, void *);
static int rewrite_time(const char *);
static void setup_signal(int, psighandler);