From owner-svn-soc-all@FreeBSD.ORG Mon Jun 17 15:18:34 2013 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7A73DA9C for ; Mon, 17 Jun 2013 15:18:34 +0000 (UTC) (envelope-from dpl@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::16:124]) by mx1.freebsd.org (Postfix) with ESMTP id 6C94A1D5D for ; Mon, 17 Jun 2013 15:18:34 +0000 (UTC) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5HFIYw8071595 for ; Mon, 17 Jun 2013 15:18:34 GMT (envelope-from dpl@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.7/8.14.6/Submit) id r5HFIYGL071589 for svn-soc-all@FreeBSD.org; Mon, 17 Jun 2013 15:18:34 GMT (envelope-from dpl@FreeBSD.org) Date: Mon, 17 Jun 2013 15:18:34 GMT Message-Id: <201306171518.r5HFIYGL071589@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to dpl@FreeBSD.org using -f From: dpl@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r253089 - soc2013/dpl/bzip2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jun 2013 15:18:34 -0000 Author: dpl Date: Mon Jun 17 15:18:34 2013 New Revision: 253089 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=253089 Log: I have a working copy of bzip2 in capability mode. I also have a kdump of $(ktrace make -f Makefile.bzip2 test). Modified: soc2013/dpl/bzip2/bzip2.c Modified: soc2013/dpl/bzip2/bzip2.c ============================================================================== --- soc2013/dpl/bzip2/bzip2.c Mon Jun 17 14:59:23 2013 (r253088) +++ soc2013/dpl/bzip2/bzip2.c Mon Jun 17 15:18:34 2013 (r253089) @@ -1823,8 +1823,7 @@ # ifdef CAPSICUM if (cap_enter() < 0) { - fprintf ( stderr, - "%s: Couldn't enter capability mode.\n", progName ); + fprintf ( stderr, "%s: Couldn't enter capability mode.\n", progName ); exit(1); } # endif