head 1.2; access; symbols pkgsrc-2017Q4:1.1.0.54 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.52 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.48 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.46 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.44 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.42 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.40 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.38 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.36 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.34 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.32 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.30 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.28 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.26 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.24 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.22 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.20 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.18 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.16 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.14 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.12 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.10 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.8 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.6 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.4 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.2 pkgsrc-2011Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2018.03.16.08.26.28; author dholland; state dead; branches; next 1.1; commitid uFgQQgIBugKvSEuA; 1.1 date 2011.09.05.00.15.37; author dholland; state Exp; branches; next ; desc @@ 1.2 log @Roll existing patches into a patchkit; add more to fix build with ocaml 4.06 and also fix up some other build warnings that have appeared. PKGREVISION -> 13. @ text @$NetBSD: patch-bd,v 1.1 2011/09/05 00:15:37 dholland Exp $ fix void main. --- Runtime/main.c~ 1998-03-22 23:27:18.000000000 +0000 +++ Runtime/main.c @@@@ -9,7 +9,7 @@@@ Val *Free, *StartQ, *EndQ, *StartH, *End int ArgC; char **ArgV; -void main(int argc, char *argv[]) { +int main(int argc, char *argv[]) { /* Save argc and argv */ ArgC = argc; ArgV = argv; /* Initialise the heap */ @@@@ -25,4 +25,5 @@@@ void main(int argc, char *argv[]) { * running the rest of the program. */ pictMain0(); scheduler(); + return 0; } @ 1.1 log @void main @ text @d1 1 a1 1 $NetBSD$ @