From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Sickel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <0570D2C9-54EB-4AAD-9922-9F42BBA4F30C@corpus-callosum.com> Date: Mon, 17 Dec 2012 16:06:46 -0600 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: [9fans] ape/errno.h Topicbox-Message-UUID: f7949ad0-ead7-11e9-9d60-3106f5b1d025 I'm not familiar with the full history of /sys/include/ape/errno.h, but = it looks like EISCON should be EISCONN to fit with other systems that at = least pretend to be POSIX compliant. SunOS 5.11 did have EISCON, but... e.g.: FreeBSD 9.0 /usr/include/errno.h && Mac OS X 10.8 (POSIX-compliant now) = /usr/include/sys/errno.h both have: #define EISCONN 56 /* Socket is already connected = */ /sys/include/ape/errno.h: #define EISCON 53