Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.uwa.edu.au!classic.iinet.com.au!swing.iinet.net.au!news.uoregon.edu!gatech!europa.chnt.gtegsc.com!news.kreonet.re.kr!news.dacom.co.kr!newsfeed.internetmci.com!swrinde!elroy.jpl.nasa.gov!lll-winken.llnl.gov!taco.cc.ncsu.edu!news-server.ncren.net!hearst.acc.Virginia.EDU!maui.cc.odu.edu!news From: Ragnar <bowden@cs.odu.edu> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Password server for Eudora Date: Tue, 14 Nov 1995 11:36:18 -0500 (EST) Organization: Old Dominion University Lines: 22 Message-ID: <Pine.SUN.3.90.951114113340.9278B-100000@hurricane.cs.odu.edu> References: <andrew-1111952224200001@dslip3.cc.utas.edu.au> NNTP-Posting-Host: hurricane.cs.odu.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <andrew-1111952224200001@dslip3.cc.utas.edu.au> On Sat, 11 Nov 1995, Andrew wrote: > I assume I have to make poppassd.c although I can find no instructions > (yes I read the README and the source - poppassd.c :) so I type: > > make > > and get: > > cc -c -g poppassd.c > poppassd.c: In function `main': > poppassd.c:189: void value not ignored as it ought to be > *** Error code 1 Looks a variable declared as void should be declared as something else. If you don't know c, then this doesn't help, but it is the problem. Jamie If Zeno's paradox is true, then how did he get halfway there in the first place?