Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

Re: [milter-greylist] race condition ?

2005-04-08 by Emmanuel Dreyfus

On Fri, Apr 08, 2005 at 11:46:27AM -0400, Matt Kettler wrote:
> Emmanuel.. Are you sure that's going to tell you anything useful?

Yes, you are right, I spoke too fast: that's a wrong test.

That will work better:

int main(void) {
	time_t x = -1;

	if (x < 0)
		printf("time_t is signed\n");
	else
		printf("time_t is unsigned\n");
	return 0;
}
		

-- 
Emmanuel Dreyfus
manu@...

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.