From owner-svn-src-all@FreeBSD.ORG Tue Nov 20 15:48:41 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE158485 for ; Tue, 20 Nov 2012 15:48:41 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1365C8FC17 for ; Tue, 20 Nov 2012 15:48:40 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so5811925lah.13 for ; Tue, 20 Nov 2012 07:48:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=vKGbtbr7BNVB457VfAUjAJFsjqJLV69DcD9gBdygb80=; b=NzcbMDPOVwdqL/kZTWlWhSwWSobBWQNBeoVYlrDaRF2286ZaLMyUw3PfC93RHuq6km EkQUeDM2SGtGDDjKbe+DcfVUrHNi1g0oetl8zyMkYu0ZDKwcn9pwA4b1BlHEN592P9oT xoJHm+wwPWz0cis/iThViZYQ6nGZEqNo+Cg8s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=vKGbtbr7BNVB457VfAUjAJFsjqJLV69DcD9gBdygb80=; b=B09WghLumqb8SOhL95GeaVRjpB8lvKsEfsr19wA8xffh7KnOR1P8JG335Gh+MsNYaX Tb0kJpaZFCo4TBUA0QvW6f6BS+VszIO3FlSrFCCXssJsHp3bNw5SZiQU32qVNI5AD+n7 jit6BBy4QATDfbC7cNVkpIMuFE2UDFSnOYNu9+bjaWKqwh7ebZyx7wyW5Nekk6O9Zb/5 tBJ5JekP/lA+2fTaB1CPV29MrfcISJpD7DYTI4UH49xQRXqv3JaFkXPSOckoHYD90lzX EeHGIQ/0QPuWMk+4Sz/RnJsF1HninphF/ClZZ3efSJ3DT49iEJl1+93oHsVm0ExqQkRQ UmLg== Received: by 10.152.102.234 with SMTP id fr10mr15178345lab.28.1353426519569; Tue, 20 Nov 2012 07:48:39 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.25.166 with HTTP; Tue, 20 Nov 2012 07:48:09 -0800 (PST) In-Reply-To: <20121120172226.R1115@besplex.bde.org> References: <201211200212.qAK2C1sT097754@svn.freebsd.org> <20121120172226.R1115@besplex.bde.org> From: Eitan Adler Date: Tue, 20 Nov 2012 10:48:09 -0500 X-Google-Sender-Auth: RiY8xUCfbdR2NihlOtYGkGyHQCk Message-ID: Subject: Re: svn commit: r243321 - head/usr.sbin/edquota To: Bruce Evans Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlk3VMroSWgyVnFGTAh0OUQiBUKQA/f5doOXBQsebNokL/sFhmAB8TNM39KdSP1ZLSbHJ2d Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2012 15:48:41 -0000 On 20 November 2012 02:03, Bruce Evans wrote: > On Tue, 20 Nov 2012, Eitan Adler wrote: > >> Log: >> Remove unneeded includes. >> >> Tested with "make universe"; there are no conditional features. > > > "make universe" can't find such features. Except inversely -- when it > doesn't find them, it usually means that there is a bug in the headers. [ thanks for the info. I'll go through it and parse it fully soon ] Just to explain. The above sentence means "I tested this with make universe" AND I checked to make sure that there were no #ifdefs or the like which might rely on these headers. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams