=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/main.c,v retrieving revision 1.114 retrieving revision 1.115 diff -c -r1.114 -r1.115 *** src/usr.bin/make/main.c 2015/10/09 01:37:08 1.114 --- src/usr.bin/make/main.c 2015/10/14 13:50:22 1.115 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.114 2015/10/09 01:37:08 deraadt Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.115 2015/10/14 13:50:22 espie Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* *************** *** 113,119 **** static void read_all_make_rules(bool, bool, Lst, struct dirs *); static void read_makefile_list(Lst, struct dirs *); ! static int ReadMakefile(void *, void *); static void record_option(int c, const char *arg) --- 113,119 ---- static void read_all_make_rules(bool, bool, Lst, struct dirs *); static void read_makefile_list(Lst, struct dirs *); ! static bool ReadMakefile(void *, void *); static void record_option(int c, const char *arg)