From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941070AbXHIRid (ORCPT ); Thu, 9 Aug 2007 13:38:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757300AbXHIRiS (ORCPT ); Thu, 9 Aug 2007 13:38:18 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:36564 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764975AbXHIRiR (ORCPT ); Thu, 9 Aug 2007 13:38:17 -0400 Date: Thu, 9 Aug 2007 19:38:35 +0200 From: Olaf Hering To: "Maciej W. Rozycki" Cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH] include linux/types.h in if_fddi.h Message-ID: <20070809173835.GA10094@aepfle.de> References: <20070809145511.GA8244@aepfle.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 09, Maciej W. Rozycki wrote: > On Thu, 9 Aug 2007, Olaf Hering wrote: > > > include/linux/if_fddi.h is an exported header. > > It uses __be16. Include linux/types.h to get this prototype. > > Please note that for userland it does not matter. With glibc you should > include which does the necessary bits before including > . Any other C library should likely take a similar > approach. Ok, I will update the failing package. Please drop the patch.