Fabrizio Fresco writes: > Under FreeBSD 4.4-RELEASE I have the following problem (the > sqwebmail-3.1.0.20011027 have the same problem): > > gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I./.. -Wall -g -O2 -c pcpnet.c > pcpnet.c: In function `mkpcp': > pcpnet.c:121: `EPROTO' undeclared (first use in this function)
Looks like FreeBSD does not define EPROTO. I'll replace it with EIO. -- Sam
