Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.bhp.com.au!mel.dit.csiro.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.cis.okstate.edu!news.ksu.ksu.edu!news.physics.uiowa.edu!math.ohio-state.edu!uwm.edu!homer.alpha.net!usenet From: Dean Roth <dean@myp.com> Newsgroups: comp.unix.bsd.bsdi.misc Subject: Re: Has anyone been able to get wu_ftpd compiled and working on BSDI v 2.0.x Date: Tue, 23 Jan 1996 07:44:27 -0800 Organization: Alpha.net -- Milwaukee, WI Lines: 9 Message-ID: <3105025B.42E0@myp.com> References: <4dv8jd$4jv@news.atlantech.net> NNTP-Posting-Host: mgic7.mgic.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.0b4 (Win16; I) To: Randy Moore <ramoore@atlantech.net> Randy Moore wrote: > > I am trying to get wu_ftpd working correctly on my BSDI v2.0.1 system. wu_ftp assumes off_t is a "long" value (commonly 32 bits). It is a quad word (64 bits) in BSDI. You need to change a few lines of code to use quad words rather than longs. Dean