Package: mmorph Version: 2.3.4.2-11 Severity: normal When building on GNU/Linux, the following warnings are issued: main.c:(.text+0xa2d): warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead main.c:(.text+0xa1b): warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
Note that these symbols do not exist on the Hurd, so mmorph will be unable to build there. There appear to be 18 ternary expressions that could use strerror() instead and this be more portable. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]