1 more rn problem with interactive

mark hilliard mark at brandy.UUCP
Thu Aug 31 02:19:10 AEST 1989


Thanks for all of the data on rn, only 1 problem left:

in common.h :

char	*sprintf();

causes the following error:


"./common.h", line 674: redeclaration of sprintf

Stop.

the man says that sprintf should be a int, and NOT a pointer
but if i change it to as the man says, (it will compile then)
news numbers get messed up bad (increments by random numbers).


int	sprintf();


has anyone seen this?

Mark Hilliard



More information about the Comp.unix.i386 mailing list