From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucio De Re To: 9fans mailing list <9fans@cse.psu.edu> Message-ID: <20040106122410.J28128@cackle.proxima.alt.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [9fans] /sys/include/ape/errno.h Date: Tue, 6 Jan 2004 12:24:11 +0200 Topicbox-Message-UUID: b29b1842-eacc-11e9-9e20-41e7f4b1d025 I note that the choice of error numbers, specially those under the heading /* bsd networking software */ is not consistent with BSD. I also miss EWOULDBLOCK and ECONNRESET, although I confess I did not search very far for them, so if they are to be found elsewhere, please point them out to me. What I want to know is whether the choice of errnos has a deeper meaning, or whether I could just replace the values with those from a recent (NetBSD 1.6.1, in my case) *BSD distribution. I imagine I'd have to recompile all the libraries for consistency, at least libap.a? ++L