On Tue, Jan 25, 2011 at 10:44:52PM +0100, Fabian Groffen wrote: > Solaris lacks err, errx, warn and warnx. This also means the err.h > header doesn't exist. > Removed err.h include from all files, and included err.h from c.h > instead if it exists, otherwise alternatives are provided. Applied, thanks. > +# define err(E, FMT...) errmsg(1, E, 1, FMT) BTW, is it valid syntax for non-gcc compilers? Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html