Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2013 15:18:34 GMT
From:      dpl@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r253089 - soc2013/dpl/bzip2
Message-ID:  <201306171518.r5HFIYGL071589@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306171518.r5HFIYGL071589>