Paulo Jan | 13 Jun 2003 16:45
Picon

Compiling serialmail with newest glibc

Hi all:

	I'm trying to compile serialmail in a SUSE Linux 8.2 box with glibc 
2.3.2... and surely, it fails due to the infamous errno problem. I have 
found patches for the same problem for qmail, ucspi-tcp, djbdns... but 
not for serialmail. Anyone?
	(If it's simple enough, just tell me how to patch it by hand. 
Apparently it's only a matter of changing "extern int errno" for 
"include <errno.h>", but I'm not 100% sure).

					Paulo Jan.
					DDnet.

Paul Jarc | 13 Jun 2003 17:26
Picon

Re: Compiling serialmail with newest glibc

Paulo Jan <admin <at> digital.ddnet.es> wrote:
> Apparently it's only a matter of changing "extern int errno" for
> "include <errno.h>", but I'm not 100% sure).

That's right, except it's #include <errno.h>
                          ^

paul


Gmane