Hello,
In working on the 802.11 refresh, I ran into a new errno code from FreeBSD:
#define EDOOFUS 88 /* Programming error */
Shall we add this one? (Most likely with a different number since 88 is taken
in the NetBSD errno.h.)
I could use EPROTO instead, but ....
--Phil