[zeromq-dev] 0MQ/2.0-beta1 on OSX

Martin Sustrik sustrik at 250bpm.com
Mon Jan 18 08:26:13 CET 2010


Steven McCoy wrote:
> 2010/1/18 Martin Sustrik <sustrik at 250bpm.com <mailto:sustrik at 250bpm.com>>
> 
>     ENODEV reads "Operation not supported by device"
> 
> 
> Where from?  Linux & MinGW have it as "No such device", the "not 
> supported" operations are a different set,
> 
> #define EPROTONOSUPPORT 93      /* Protocol not supported */
> #define ESOCKTNOSUPPORT 94      /* Socket type not supported */
> #define EOPNOTSUPP      95      /* Operation not supported on transport 
> endpoint */
> #define EPFNOSUPPORT    96      /* Protocol family not supported */
> #define EAFNOSUPPORT    97      /* Address family not supported by 
> protocol */

POSIX specification for errno.h

Martin



More information about the zeromq-dev mailing list