>>   http://www.eax.com/patches/X2X/x2x-2-daemon.diff
>>   http://www.eax.com/patches/X2X/x2x-3-cleanup.diff
>
>These URLs are no longer valid, and I can't find the patches with
>Google; let's just close this bug.

The wayback machine has them:
http://web.archive.org/web/20031105032725/http://www.eax.com/patches/X2X/x2x-2-daemon.diff
http://web.archive.org/web/20021230134207/http://www.eax.com/patches/X2X/x2x-3-cleanup.diff

Perhaps you should reopen this bug?

For what it's worth, I don't much like the cleanup patch: it turns
 if (foo = bar)
into 
 foo = bar;
 if (foo)
rather than
 if ((foo = bar))

and introduces what I think are completely spurious 'volatile'
qualifiers.

-- PMM


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to