From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6154 invoked by alias); 17 Feb 2012 09:24:53 -0000 Received: (qmail 6145 invoked by uid 22791); 17 Feb 2012 09:24:52 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_05,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Feb 2012 09:24:37 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id q1H9OTTo031933; Fri, 17 Feb 2012 10:24:29 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id q1H9OR1c005599; Fri, 17 Feb 2012 10:24:27 +0100 (CET) Date: Fri, 17 Feb 2012 09:55:00 -0000 Message-Id: <201202170924.q1H9OR1c005599@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: yao@codesourcery.com CC: gdb-patches@sourceware.org In-reply-to: <1329447300-18841-2-git-send-email-yao@codesourcery.com> (message from Yao Qi on Fri, 17 Feb 2012 10:54:52 +0800) Subject: Re: [PATCH 1/9] move agent related code from gdbserver to common/agent.c References: <1329447300-18841-1-git-send-email-yao@codesourcery.com> <1329447300-18841-2-git-send-email-yao@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00359.txt.bz2 > From: Yao Qi > Date: Fri, 17 Feb 2012 10:54:52 +0800 > > Compared with version 1, there are some changes, > > - Check linux/un.h in both GDB and GDBserver's configure script, and wrap unix socket > related code by HAVE_LINUX_UN_H, to make it doesn't break other builds. I'm pretty sure you should not be including directly, but use instead.