9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] ape/errno.h
@ 2012-12-17 22:06 Jeff Sickel
  2012-12-17 23:25 ` erik quanstrom
  2012-12-18  8:35 ` tlaronde
  0 siblings, 2 replies; 15+ messages in thread
From: Jeff Sickel @ 2012-12-17 22:06 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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




^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-12-24  5:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-17 22:06 [9fans] ape/errno.h Jeff Sickel
2012-12-17 23:25 ` erik quanstrom
2012-12-18  6:08   ` Jens Staal
2012-12-18  6:37     ` Lyndon Nerenberg
2012-12-18  8:35 ` tlaronde
2012-12-18 10:16   ` Richard Miller
2012-12-18 16:43     ` Jeff Sickel
2012-12-18 17:04       ` arnold
2012-12-18 18:03         ` Jeff Sickel
2012-12-18 18:21           ` arnold
2012-12-18 20:02             ` David du Colombier
2012-12-21 18:38               ` Jeff Sickel
2012-12-21 18:39                 ` erik quanstrom
2012-12-21 18:54                 ` tlaronde
2012-12-24  5:56                 ` Jens Staal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).