Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2018 16:23:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484808 - head/www/kcgi/files
Message-ID:  <201811121623.wACGNkBd018377@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Nov 12 16:23:46 2018
New Revision: 484808
URL: https://svnweb.freebsd.org/changeset/ports/484808

Log:
  Use sys/capsicum.h instead of deprecated sys/capability.h
  
  PR:		233169
  Reported by:	emaste

Added:
  head/www/kcgi/files/
  head/www/kcgi/files/patch-sandbox-capsicum.c   (contents, props changed)

Added: head/www/kcgi/files/patch-sandbox-capsicum.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/kcgi/files/patch-sandbox-capsicum.c	Mon Nov 12 16:23:46 2018	(r484808)
@@ -0,0 +1,11 @@
+--- sandbox-capsicum.c.orig	2018-06-19 09:48:45 UTC
++++ sandbox-capsicum.c
+@@ -20,7 +20,7 @@
+ #if HAVE_CAPSICUM
+ 
+ #include <sys/resource.h>
+-#include <sys/capability.h>
++#include <sys/capsicum.h>
+ 
+ #include <assert.h>
+ #include <unistd.h>



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