Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 1997 20:50:38 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, jkh@FreeBSD.ORG
Subject:   Re: cvs commit: src/lib/libc/gen stringlist.c
Message-ID:  <199706291050.UAA31042@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified files:
>    lib/libc/gen         stringlist.c 
>  Log:
>  _err() -> err().

Error!  Library functions should not call functions in the user namespace.
stringlist.c depended on NetBSD's implementantion of `_err' as the core
function with the library `err' a weak alias for `err'.

`err' was not misused by the library before, but ISTR that other [v]err*
or [v]warn* functions are misused.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706291050.UAA31042>