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

Zmailer-2.99.15 and AIX



  Thank you Matti!

2.99.15 compiled cleanly on AIX 3.2.5 except for one minor item:
In router/rfc822.c, /usr/include/unistd.h is included after
router/prototypes.h, resulting in the compiler complaining that
"macro setuid invoked with null argument" or some such.  I simply
moved the #include "prototypes.h" to after the #include <unistd.h>:

	$diff rfc822.c.orig rfc822.c   
	20,21d19
	< #include "prototypes.h"
	< 
	44a43,44
	> 
	> #include "prototypes.h"

  Now to see if it runs :-)  Thanks again Matti.

/jim