NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/43320 (build.sh fails on Cygwin 1.7.2)
The following reply was made to PR toolchain/43320; it has been noted by GNATS.
From: Alan Barrett <apb%cequrux.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: toolchain/43320 (build.sh fails on Cygwin 1.7.2)
Date: Fri, 1 Oct 2010 18:43:50 +0200
On Tue, 28 Sep 2010, Izumi Tsutsui wrote:
> > Umm, no, src/usr.bin/xlint/lint1/tree.c refers quad_t and u_quad_t but
> > doesn't include <rpc.types.h>...
>
> <rpc/types.h> has enum_t even on NetBSD and it conflicts
> another enum_t src/usr.bin/xlint/lint1/lint1.h. Umm.
I think we should try to avoid using quad_t or u_quad_t; use the standard
int64_t or uint64_t instead. This applies especially to tools.
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index