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

Martin Sustrik sustrik at 250bpm.com
Mon Jan 18 08:27:53 CET 2010


Martin Sustrik wrote:
> 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

Egh. No. You are right:

[ENODEV]
     No such device.

No idea where did I get the original string from.

Martin



More information about the zeromq-dev mailing list