summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/meta.c
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-05-20 22:51:11 +0000
committersjg <sjg@FreeBSD.org>2013-05-20 22:51:11 +0000
commit4cdc15c1f748d4763888b9351c2316a878059a87 (patch)
treec22bfafacf1ef1525514f8ec6e3ff8d81ab28b8d /contrib/bmake/meta.c
parent51db6f82a1c3b46a9bf9d9d45d5be0caef8455a5 (diff)
parentf7da00e9a350696f2cd2a8de09558becb37338e7 (diff)
downloadFreeBSD-src-4cdc15c1f748d4763888b9351c2316a878059a87.zip
FreeBSD-src-4cdc15c1f748d4763888b9351c2316a878059a87.tar.gz
Sync with upstream version (20130520) that includes same fixes made last week.
Diffstat (limited to 'contrib/bmake/meta.c')
-rw-r--r--contrib/bmake/meta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bmake/meta.c b/contrib/bmake/meta.c
index 1bbbe33..3aec19a 100644
--- a/contrib/bmake/meta.c
+++ b/contrib/bmake/meta.c
@@ -1,4 +1,4 @@
-/* $NetBSD: meta.c,v 1.29 2013/03/31 05:49:51 sjg Exp $ */
+/* $NetBSD: meta.c,v 1.30 2013/05/16 21:56:56 sjg Exp $ */
/*
* Implement 'meta' mode.
@@ -543,7 +543,7 @@ boolValue(char *s)
* Initialization we need before reading makefiles.
*/
void
-meta_init()
+meta_init(void)
{
#ifdef USE_FILEMON
/* this allows makefiles to test if we have filemon support */
OpenPOWER on IntegriCloud