From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from danbala.ifoer.tuwien.ac.at (danbala.ifoer.tuwien.ac.at [128.130.168.64]); by fantadrom.bsd.lv (OpenSMTPD) with ESMTP id 89dc5486; for ; Thu, 11 Dec 2014 12:22:06 -0500 (EST) Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id DDC9CA5C4; Thu, 11 Dec 2014 18:22:04 +0100 (CET) Date: Thu, 11 Dec 2014 18:22:04 +0100 From: Thomas Klausner To: tech@mdocml.bsd.lv Subject: Re: call for testing: mandoc-1.13.2 release candidate Message-ID: <20141211172204.GR14503@danbala.tuwien.ac.at> References: <20141211124155.GA6788@iris.usta.de> X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141211124155.GA6788@iris.usta.de> On Thu, Dec 11, 2014 at 01:41:55PM +0100, Ingo Schwarze wrote: > Before the formal release, i'd like to give you the chance to test > the release candidate on your platforms: > > http://mdocml.bsd.lv/snapshots/Tmp/mdocml-1.13.2rc1.tar.gz On NetBSD it compiles without warnings. On Smart OS (Illumos): cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -c -o compat_fts.o compat_fts.c compat_fts.c: In function 'fts_open': compat_fts.c:96:2: warning: implicit declaration of function 'MAX' [-Wimplicit-function-declaration] compat_fts.c: In function 'fts_build': compat_fts.c:410:47: warning: variable 'nostat' set but not used [-Wunused-but-set-variable] compat_fts.c: In function 'fts_safe_changedir': compat_fts.c:807:45: error: 'O_DIRECTORY' undeclared (first use in this function) compat_fts.c:807:45: note: each undeclared identifier is reported only once for each function it appears in Thomas -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv