Clash between errno as a structure member and the errno macro in errno.h. The build dies here: gcc -Wall -ansi -O -I/usr/X11R6/include -c address.c In file included from address.c:1: cnetheader.h:203: field `__error' declared as a function *** Error code 1 Stop. Fix: Rename the problem structure members from errno to errorno throughout. While I was in the neighborhood, I also removed the manpage from the PLIST. Apply this patch. It adds two files: patches/patch-ab and patches/patch-ac. How-To-Repeat: Build net/cnet on a system build with recent current sources.
State Changed From-To: open->feedback Perhaps I'm just blind but I don't see any diffs. Where did you put them?
State Changed From-To: feedback->closed Patches committed, thanks!