![]() | |||||||||||||
Messages in this thread |
On Wed, 2002-10-09 at 10:10, Marco Colombo wrote: > > #define O_NOFOLLOW 0400000 /* don't follow links */ > > #define O_NOFOLLOW 0x20000 /* don't follow links */ > ... > 04000000 != 0x400000 > > or am I missing something? No need. See for example O_NOFOLLOW right above. Each architecture can do has it pleases (I wish otherwise, but...). > (do different archs dream of different O_STREAMING values?) If they so choose. Just look at the formats of the two numbers you posted, even those are different. Robert Love - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 12:29 [W:0.533 / U:0.050 seconds] ©2003-2008 Jasper Spaans | |||||||||||||