Subject: Re: /usr/include/err.h
To: -=Truman Beal=- <truman@truman.nu>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: port-sparc
Date: 11/27/2002 22:07:28
-=Truman Beal=- <truman@truman.nu> writes:

> What library builds /usr/include/err.h?  I've been kinda
> beating my head with helping a friend out, and am just short
> of actually re writting tons of his app.

The header file itself comes from src/include/err.h, not from a
library.

The err* and warn* routines are actually implemented in libc; see
src/lib/libc/gen/{err.c,errx.c,warn.c,warnx.c}.

        - Nathan