From owner-svn-src-all@FreeBSD.ORG Sun Jun 14 00:30:09 2015 Return-Path: Delivered-To: svn-src-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A1DFE2F; Sun, 14 Jun 2015 00:30:09 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (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 555A5D88; Sun, 14 Jun 2015 00:30:09 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbzc4 with SMTP id zc4so32939282igb.0; Sat, 13 Jun 2015 17:30:08 -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:content-type; bh=pZWlm9THq97IqTVlw8ECuoFIA+DFeUnuQqRbd5sv4HU=; b=trLDxyuXK9g7dwO9muwQDzH1+zKpMTx1TKJ8erCZnsQBDv84mk7hKhIJugDD6/y0il jF8AeEc1+Uv4tRed33c+8iOpEuuaAv0Vh8oZSsQwFjZji9J1wrHXHuubLofcHeoRsVMT vTPxahRAqgrS2b+YZXv012NVqyKlQz1SEUQVBoZea0gg4f7hrsYCel3RKJzuEEwrMx2y J0VCaOsiYKGHKJjl0ljRxEHA3HecOb9GT6pN753ebBcWU2oPmcawg8GlEl0REsMRg6Ni zsXQD+ME5grLxT/QiUuwvit31hy26R1MuwKsLzZgtwWVXPKd72PADmK3BV09D50Zom3n 2PuA== MIME-Version: 1.0 X-Received: by 10.42.176.8 with SMTP id bc8mr7869733icb.22.1434241808790; Sat, 13 Jun 2015 17:30:08 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Sat, 13 Jun 2015 17:30:08 -0700 (PDT) In-Reply-To: <201506132201.t5DM1LCV025599@svn.freebsd.org> References: <201506132201.t5DM1LCV025599@svn.freebsd.org> Date: Sat, 13 Jun 2015 17:30:08 -0700 X-Google-Sender-Auth: Jj3m9RWhWlo5lshV2bszKoJ2Amg Message-ID: Subject: Re: svn commit: r284356 - head/usr.sbin/crunch/crunchgen From: Adrian Chadd To: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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: Sun, 14 Jun 2015 00:30:09 -0000 tsk, this broke some stuff (nostdlibs?) .. let me fix this. Sorry! -a