Subject: Re: full builds fail
To: None <perry@piermont.com>
From: Mike Long <mike.long@analog.com>
List: current-users
Date: 01/26/1996 20:54:32
>Date: Fri, 26 Jan 1996 17:14:51 -0500
>From: "Perry E. Metzger" <perry@piermont.com>

>===> domestic/lib/libcom_err
>cc -O -I. -I/usr/src/domestic/lib/libcom_err/../../include -I/usr/src/domestic/lib/libcom_err/../../include/kerberosIV -I/usr/src/domestic/lib/libcom_err/../../include/ss -Werror  -c com_err.c
>cc -O -I. -I/usr/src/domestic/lib/libcom_err/../../include -I/usr/src/domestic/lib/libcom_err/../../include/kerberosIV -I/usr/src/domestic/lib/libcom_err/../../include/ss -Werror  -c error_message.c
>error_message.c: In function `error_message':
>error_message.c:47: `sys_nerr' undeclared (first use this function)

This is yet another bit of fallout from moving the declaration of
sys_errlist and sys_nerr from stdio.h to errno.h.  To fix it, replace
the line

#include <stdio.h>

with

#include <errno.h>

in error_message.c.  I verified that this file uses no other
stdio.h-declared entities when I fixed this problem in my own sources.
I wasn't able to send-pr it because my phone is broken--I can't even
get a dial tone!
-- 
Mike Long <mike.long@analog.com>           http://www.shore.net/~mikel
VLSI Design Engineer         finger mikel@shore.net for PGP public key
Analog Devices, CPD Division          CCBF225E7D3F7ECB2C8F7ABB15D9BE7B
Norwood, MA 02062 USA       (eq (opinion 'ADI) (opinion 'mike)) -> nil