Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!zombie.ncsc.mil!news.mathworks.com!newsfeed.internetmci.com!EU.net!sun4nl!news.nic.surfnet.nl!tuegate.tue.nl!news.win.tue.nl!charm.il.ft.hse.nl!not-for-mail From: robert@il.ft.hse.nl (Robert Klep) Newsgroups: alt.irc.ircii,comp.unix.bsd.bsdi.misc Subject: Re: Help with irc II 2.2.9 and BSDI Date: 18 Oct 1995 09:53:30 +0100 Organization: Birds on E Lines: 11 Message-ID: <462faa$8v9@charm.il.ft.hse.nl> References: <46129v$a9a@homer.alpha.net> NNTP-Posting-Host: charm.il.ft.hse.nl Xref: euryale.cc.adfa.oz.au alt.irc.ircii:881 comp.unix.bsd.bsdi.misc:1204 georgek@pmihwy.com: >In file included from alias.c:15: >irc.h:149: conflicting types for `sys_errlist' >/usr/include/stdio.h:248: previous declaration of `sys_errlist' Edit alias.c, and comment out (or remove) line 15, which will probably hold something like: extern char *sys_errlist[]; It's a common BSD-thingy. robert