dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]Errno_map.c


From: Marcus
Subject: [DotGNU]Errno_map.c
Date: Thu, 23 Sep 2004 19:30:24 -0500
User-agent: KMail/1.7

Has someone been hacking on whatever script generates errno_map.c? I'm asking 
because the file defines errno_map.c twice, and the definition that gets 
picked up looks like this:

static int const errnoMapTable[] = {
0,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM,
IL_ERRNO_EPERM, ...

So methods in Pnet that depend on these values fail. For example, this causes 
things like File.Delete("abc") to throw an exception when the file does not 
exist.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]