Re: [patch] eliminate -Wsign-compare warning in imsg.c with clang on FreeBSD

2015-12-09 Thread Theo Buehler
Committed, thanks! Note: The patch didn't apply cleanly. There's been the following commit in the meantime, which probably is of interest for FreeBSD, too (there were corresponding changes in the imsg consumers on the same day). revision 1.12 date: 2015/12/05 13:06:52; author: claudio; state:

Re: [patch] eliminate -Wsign-compare warning in imsg.c with clang on FreeBSD

2015-12-09 Thread Craig Rodrigues
On Wed, Dec 9, 2015 at 4:03 AM, Theo Buehler wrote: > Committed, thanks! Thank you! I took your advice and imported the latest changes to imsg.c from OpenBSD changes to FreeBSD: https://svnweb.freebsd.org/base/head/lib/libopenbsd/imsg.c -- Craig

[patch] eliminate -Wsign-compare warning in imsg.c with clang on FreeBSD

2015-12-08 Thread Craig Rodrigues
Index: imsg.c === RCS file: /cvs/src/lib/libutil/imsg.c,v retrieving revision 1.12 diff -u -r1.12 imsg.c --- imsg.c5 Dec 2015 13:06:52 -1.12 +++ imsg.c9 Dec 2015 05:04:05 - @@ -72,7 +72,7 @@ again: if