Module Name: src Committed By: sjg Date: Thu May 16 21:56:56 UTC 2013
Modified Files: src/usr.bin/make: meta.c Log Message: New compiler doesn't like foo() To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/usr.bin/make/meta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/meta.c diff -u src/usr.bin/make/meta.c:1.29 src/usr.bin/make/meta.c:1.30 --- src/usr.bin/make/meta.c:1.29 Sun Mar 31 05:49:51 2013 +++ src/usr.bin/make/meta.c Thu May 16 21:56:56 2013 @@ -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 */