Re: [PATCH] OpenBSD stdint fix

2012-02-11 Thread Mark Kettenis
> Date: Sun, 5 Feb 2012 00:30:53 +0100 (CET) > From: Gerald Pfeifer > > Is this patch upstream on the OpenBSD side? How and where have > you tested it? Not sure what you mean by "upstream" in this conext. We curently ship GCC 4.2.1 as our system compiler, which is different enough from the cu

Re: [PATCH] OpenBSD stdint fix

2012-02-04 Thread Gerald Pfeifer
Is this patch upstream on the OpenBSD side? How and where have you tested it? I see we do not have a maintainer for OpenBSD, and no other port seems to do anything like that, but if this really matches what you have in place, I can commit it for you. Gerald On Tue, 3 Jan 2012, Mark Kettenis wr

[PATCH] OpenBSD stdint fix

2012-01-03 Thread Mark Kettenis
These are "long long" on all supported platforms instead of the default "long" on 64-bit, "long long" on 32-bit that defaults.h assumes. 2012-01-03 Mark Kettenis * config/openbsd-stdint.h (INTMAX_TYPE, UINTMAX_TYPE): New defines. Index: gcc/config/openbsd-stdint.h ==