Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 1996 17:28:16 +0000 (GMT)
From:      Gabor Zahemszky <zgabor@CoDe.hu>
To:        freebsd-questions@freebsd.org
Cc:        lray@aurora.liunet.edu
Subject:   Re: KERBEROS?
Message-ID:  <199606251728.RAA13297@CoDe.CoDe.hu>
In-Reply-To: <96062509263438@aurora.liunet.edu> from "lray@aurora.liunet.edu" at Jun 25, 96 09:26:34 am

next in thread | previous in thread | raw e-mail | index | archive | help
> $make
> 
> gcc   -c  -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_VPRINTF=1 -DHAVE_BCOPY=1 -DHAVE_MEMCPY=1 -g -I. sed.c
> sed.c: In function `read_file':
> sed.c:1237: conflicting types for `sys_errlist'
> /usr/include/stdio.h:244: previous declaration of `sys_errlist'
> *** Error code 1

Edit that file (sed.c), and delete the definition of the sys_errlist variable,
in line 1237, as - the error message says - it is in the stdio header file.
It's nothing, that a bad programming practice (or a wrong ``configure'').

-- 
	Gabor Zahemszky <zgabor@CoDe.hu>

-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-
Earth is the cradle of human sense, but you can't stay in the cradle forever.
						Tsiolkovsky



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