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