From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrCqF-0006jQ-DE for qemu-devel@nongnu.org; Fri, 04 Jan 2013 14:22:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TrCaR-0001H3-Ae for qemu-devel@nongnu.org; Fri, 04 Jan 2013 14:06:05 -0500 Received: from mail-ie0-f174.google.com ([209.85.223.174]:62147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrCaR-0001Gt-0V for qemu-devel@nongnu.org; Fri, 04 Jan 2013 14:05:47 -0500 Received: by mail-ie0-f174.google.com with SMTP id c11so19765737ieb.5 for ; Fri, 04 Jan 2013 11:05:46 -0800 (PST) Sender: Richard Henderson Message-ID: <50E72808.4000704@twiddle.net> Date: Fri, 04 Jan 2013 11:05:44 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1357178795-2392-1-git-send-email-dillona@dillona.com> In-Reply-To: <1357178795-2392-1-git-send-email-dillona@dillona.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] linux-user: Add Alpha socket constants List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dillona@dillona.com Cc: riku.voipio@iki.fi, qemu-devel@nongnu.org On 01/02/2013 06:06 PM, dillona@dillona.com wrote: > From: Dillon Amburgey > > Without these, some networking programs will not work > > Signed-off-by: Dillon Amburgey > --- > linux-user/socket.h | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 69 insertions(+), 0 deletions(-) Reviewed-by: Richard Henderson r~