[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with zmailer 2.99.27 and Linux



> i changesd scheduler/scheduler.c to excatly like you have below in the 
> paste, but i now get the fullowing error;
> 
> scheduler.c: In function `init_timeserver':
> scheduler.c:1717: `MAPSIZE' undeclared (first use this function)
> scheduler.c:1717: (Each undeclared identifer is reported only once
> scheduler.c:1717: for each funtion it appears in.)
> make[1]: *** [sheduler.o] Error1

Oops, right.  A few lines before that C&P there is #define:

	#define MAPSIZE 16*1024

It needs only a few bytes, but things are such that allocing
something matching system page size feels more safe..

	/Matti Aarnio <mea@nic.funet.fi> <mea@utu.fi>