From owner-freebsd-bugs@FreeBSD.ORG Sat Aug 7 18:00:20 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82FC01065674 for ; Sat, 7 Aug 2010 18:00:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 715D28FC16 for ; Sat, 7 Aug 2010 18:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o77I0Ki3045656 for ; Sat, 7 Aug 2010 18:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o77I0KVs045655; Sat, 7 Aug 2010 18:00:20 GMT (envelope-from gnats) Date: Sat, 7 Aug 2010 18:00:20 GMT Message-Id: <201008071800.o77I0KVs045655@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Tuco Cc: Subject: Re: kern/149012: [headers] [patch] please replace '#include <sys/stdint.h>' with '#include <stdint.h>' X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tuco List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2010 18:00:20 -0000 The following reply was made to PR kern/149012; it has been noted by GNATS. From: Tuco To: Chip Camden Cc: bug-followup@freebsd.org Subject: Re: kern/149012: [headers] [patch] please replace '#include <sys/stdint.h>' with '#include <stdint.h>' Date: Sat, 7 Aug 2010 13:53:52 -0400 On 8/6/10, Chip Camden wrote: > Looks like this one should just be closed (or purged, if there is such a > thing) without applying any changes. Sorry my last mail was lost. What I said is that only the sys/ part of my patch is wrong. I sent a new patch (see last attachment) without the sys/ bits, and I also verified that it doesn't break with make buildworld. Please consider my last patch, it would help making code more portable for projects like Debian GNU/kFreeBSD, which rely heavily on FreeBSD and give back to FreeBSD community (see for example linprocfs improvements in http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/149012). Thanks!