*BSD News Article 71908


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!news.cis.okstate.edu!newsfeed.ksu.ksu.edu!news.physics.uiowa.edu!math.ohio-state.edu!uwm.edu!lll-winken.llnl.gov!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!newsxfer2.itd.umich.edu!uunet!inXS.uu.net!nntp.wwwi.com!rtd.com!dgy
From: dgy@rtd.com (Don Yuniskis)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Problems making Kermit
Date: 24 Jun 1996 12:38:46 GMT
Organization: CICDO
Lines: 16
Message-ID: <4qm28n$35f@baygull.rtd.com>
References: <4qld1l$7qg@ganja.nol.net>
NNTP-Posting-Host: seagull.rtd.com

In article <4qld1l$7qg@ganja.nol.net>, Tony Montana <phace@nol.net> wrote:
>During make of the kermit port I get the following complile errors:
>
>cc -DBSD4 -DTCPSOCKET -c ckcfn3.c
>ckcfn3.c: In function `opena':
>ckcfn3.c:1488: conflicting types for `sys_errlist'
>/usr/include/stdio.h:244: previous declaration of `sys_errlist'
>*** Error code 1
>
>Stop.
>*** Error code 1
>
>Stop.

remove (#ifndef __FreeBSD__) the sys_errlist declaration.  (I *thought*
it already *was* removed??? -- have you applied the patches)