From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5673 invoked by alias); 28 Oct 2004 21:07:25 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 5613 invoked by uid 48); 28 Oct 2004 21:07:24 -0000 Date: Thu, 28 Oct 2004 21:07:00 -0000 Message-ID: <20041028210724.5612.qmail@sourceware.org> From: "skunk at iskunk dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20040630163127.16300.skunk@iskunk.org> References: <20040630163127.16300.skunk@iskunk.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/16300] Bug in vendor /usr/include/net/if.h needs fixincluding X-Bugzilla-Reason: CC X-SW-Source: 2004-q4/txt/msg00259.txt.bz2 List-Id: ------- Additional Comments From skunk at iskunk dot org 2004-10-28 21:07 ------- cport@drum:/mnt/scratch/gcc-3.4.2-build> find . -name if.h ./gcc/include/root/usr/sys/include/net/if.h Yes, that does appear to be it---the header needs to be specified as "net/if.h" instead of merely "if.h". Confirmed appropriate modification of if.h with diff(1). (GCC still isn't building, but now it's an unrelated issue, i.e. /usr/bin/ld complaining about multiply defined pthread symbols....) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16300