Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!swidir.switch.ch!scsing.switch.ch!news.belwue.de!news.uni-ulm.de!rz.uni-karlsruhe.de!xlink.net!howland.reston.ans.net!cs.utexas.edu!garcon.unicom.com!unicom.com!bga.com!web1.bga.com!not-for-mail From: dpm@web1.bga.com (David P. Maynard) Newsgroups: comp.unix.bsd.bsdi.misc Subject: Re: tis toolkit compile problems.... Date: 27 Sep 1995 13:19:24 -0500 Organization: Flametree Corporation Lines: 25 Message-ID: <44c4jc$ho5@web1.bga.com> References: <449ru3$su7@gateway.gallup.com> NNTP-Posting-Host: web1.bga.com Todd Beebe <todd@gallup.com> wrote: >I am trying to compile the tis firewall toolkit on my >BSDI 2.0 system. I get the following error: > >http-gw.h:21: conflicting types for sys_errlist > >Does anyone have a patch that will correct this??? > >Thanks. The quick hack is to surround the type definition for sys_errlist with an "#ifndef __bsdi__" clause. There is probably a more portable ifdef, but that gets the job done. -dpm P.S. Anyone have a working fix for the tn-gw options negotiations problems that affect using the proxy to talk between two modern BSD systems? The "fix" I had been sent caused more problems (e.g., screwy echo option negotiation) than it fixed. -- David P. Maynard, Flametree Corporation EMail: dpm@flametree.com, Tel: +1 512 670 4090, Fax: +1 512 251 8308 --