On Sun, Sep 26, 2010 at 05:40:42PM +0200, Tamas TEVESZ wrote:
>
> + if (uname(&un) != -1) {
> + wwarning(_("%s is not implemented on this platform; "
> + "tell [email protected] you are
> running "
> + "%s release %s version %s"), __FUNCTION__,
> + un.sysname, un.release, un.version);
> + notified = 1;
> + }No fallback if uname() fails? Not that it should ever fail, but... -- To unsubscribe, send mail to [email protected].
