[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] Problem with texpire



Hi

On Tue, Jun 05, 2001 at 10:30:09PM +0200, Thomas Kosch wrote:

> krasel@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (Cornelius Krasel) writes:
>
> > Thomas Koch wrote:
> >
> > > But every time I run texpire 1 article was expired.

Same with me. I'm also using 2.0b8 and the problem shows up only for one
single newsgroup (tud.security.unix).

> > I have put his version on my ftp server at
> > ftp://wpxx02.toxi.uni-wuerzburg.de/pub/texpire-sw.c
>
> That´s a god news.
>
> [...]
>
> The bad news is, I can´t compile it.
>
> gcc -c -g -O2 -I. -DHAVE_CONFIG_H -Wall -W -Wstrict-prototypes
> -Wmissing-prototypes -g ./texpire.c /texpire.c: In function
> `dogroup': /texpire.c:731: too many arguments to function `getxover'
> /texpire.c:814: too many arguments to function `getxover' make: ***
> [texpire.o] Error 1

same with me again. I took a closer look:

bash > grep getxover texpire-sw.c 
    if (!getxover(g->name)) {
    getxover(g->name);
bash > grep getxover leafnode-2.0b8/leafnode.h 
int getxover( void );   /* set xoverinfo, return 0 on error, nonzero else */

Shouldn't it be getxover() instead of getxover(g->name)?

Andre
-- 
Andre Noll, http://www.mathematik.tu-darmstadt.de/~noll

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list