From owner-svn-src-all@freebsd.org Tue Sep 1 17:19:19 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7C419C7B68; Tue, 1 Sep 2015 17:19:19 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-qk0-x22f.google.com (mail-qk0-x22f.google.com [IPv6:2607:f8b0:400d:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1FF3299; Tue, 1 Sep 2015 17:19:19 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by qkbp67 with SMTP id p67so50610169qkb.3; Tue, 01 Sep 2015 10:19:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=FfYdWkV7XRXciwVp3/3k1eV3c/0W2NIZrMYWPv4MBeQ=; b=NKQkNINbDHtFPmQ1Pe1ipl/AJ4Tt26mY/cob8blQTrvdiy7d4pTK7bp2keXhR8I8my ILotIfwMSeXiQ83Sv8FmIg1onc6xOSVa7VRlr48EVBe3gfriJykVhF0ltlV115fXNGT9 JmZSwyqeo0SkBqfND5TELhzMgtQIwHLrpVoqS+SmSPRlFU/nQgpcwQ/L+4Lc3wsmzExT Hy5VZ1rHRILGI9aKpeuj/eCPHPNBtIJZjKOkBcfA0z6goxRIy4567mO7/g0K7zWoYwZg g4804OQ2+Ze89/fzUPnQOfo4OJZTAhj6SHCGKMqRhBY0eaLOlOPgsq0FkDi+BJwHuve9 EYvw== MIME-Version: 1.0 X-Received: by 10.13.212.7 with SMTP id w7mr29613091ywd.14.1441127958766; Tue, 01 Sep 2015 10:19:18 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.37.99.3 with HTTP; Tue, 1 Sep 2015 10:19:18 -0700 (PDT) In-Reply-To: References: <201509010834.t818YjCX089147@repo.freebsd.org> Date: Tue, 1 Sep 2015 10:19:18 -0700 X-Google-Sender-Auth: 6b8CiM_V-9aVKFdhDoLvuDCuZqI Message-ID: Subject: Re: svn commit: r287350 - head/lib/libc/rpc From: Craig Rodrigues To: Benjamin Kaduk Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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, 01 Sep 2015 17:19:20 -0000 On Tue, Sep 1, 2015 at 7:53 AM, Benjamin Kaduk wrote: > Not picking on Craig, since he's just building with GCC 4.9, but maybe > it's time to start getting rid of auth_des and svc_auth_des? > > If you have ideas as to the best way to do this, you might want to submit a patch and start a discussion on freebsd-arch. Since these files are part of libc, it is a core part of the system, so would need to be discussed there. -- Craig