On Samstag, 27. September 2008, Dmitry Potapov wrote: > win32_to_errno was the first thing that implemented but then released > that translation of Win32 errors to errno cannot be in general case. > For instance, ERROR_BUFFER_OVERFLOW means ENAMETOOLONG here, but it > can be translated to ETOOSMALL in other cases. How do you propose to > deal with that? We deal with that when the need arises, in an evolutionary manner. The first step is to *have* an error code translation routine. -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html