Message38310
Logged In: YES
user_id=6380
Comments:
(1) RLIM_INFINITY is used unconditionally elsewhere in the
module, so the #ifdef is unnecessary.
(2) The extra #if/#endif around the closing curly is ugly.
I'd avoid this by moving the corresponding opening curly
outside the first block.
(3) resource.RLIM_INFINITY is -1 on my system too. But does
that matter? This is just a symbolic constant to be used to
set limits to infinit, and if it happens to be -1, who
cares? It's got 32 1-bits, which is what counts.
So I'd accept it. |
|
Date |
User |
Action |
Args |
2007-08-23 15:09:16 | admin | link | issue489066 messages |
2007-08-23 15:09:16 | admin | create | |
|