Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2013 10:43:57 GMT
From:      dpl@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r253071 - soc2013/dpl/bzip2
Message-ID:  <201306171043.r5HAhvuv091822@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dpl
Date: Mon Jun 17 10:43:57 2013
New Revision: 253071
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=253071

Log:
  
  
  Submitted by:dpl

Modified:
  soc2013/dpl/bzip2/bzip2.c

Modified: soc2013/dpl/bzip2/bzip2.c
==============================================================================
--- soc2013/dpl/bzip2/bzip2.c	Mon Jun 17 10:41:51 2013	(r253070)
+++ soc2013/dpl/bzip2/bzip2.c	Mon Jun 17 10:43:57 2013	(r253071)
@@ -93,7 +93,7 @@
 #		include <osreldate.h>
 #		if __FreeBSD_version >= 900041
 #			define CAPSICUM
-#			include <sys/capabilities.h>
+#			include <sys/capability.h>
 #		endif
 #	endif
 
@@ -1822,7 +1822,7 @@
 #  endif
 
 	/* Enter in Capability mode */
-#	if CAPSICUM
+#	ifdef CAPSICUM
 	cap_enter();
 #	endif
 



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