socsvn commit: r253089 - soc2013/dpl/bzip2
dpl at FreeBSD.org
dpl at FreeBSD.org
Mon Jun 17 15:18:34 UTC 2013
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
More information about the svn-soc-all
mailing list