Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 14:33:52 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Stefan =?utf-8?Q?E=C3=9Fer?= <se@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r546906 - in head/sysutils/procenv: . files
Message-ID:  <o8mt-8wcv-wny@FreeBSD.org>
In-Reply-To: <202008291113.07TBD6uC062108@repo.freebsd.org> ("Stefan =?utf-8?Q?E=C3=9Fer=22's?= message of "Sat, 29 Aug 2020 11:13:06 %2B0000 (UTC)")
References:  <202008291113.07TBD6uC062108@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Stefan E=C3=9Fer <se@FreeBSD.org> writes:

> +-AC_CHECK_HEADERS([sys/capability.h])
> ++AC_CHECK_HEADERS([sys/capsicum.h])
[...]
> ++++ src/platform-headers.h
[...]
> + #if defined (HAVE_SYS_CAPABILITY_H)
> +-#include <sys/capability.h>
> ++#include <sys/capsicum.h>
> + #endif
[...]
> + #if defined (HAVE_SYS_CAPABILITY_H)
> +-#include <sys/capability.h>
> ++#include <sys/capsicum.h>
> + #endif

HAVE_SYS_CAPABILITY_H vs. HAVE_SYS_CAPSICUM_H appears inconsistent here,
affects Linux and Hurd. Maybe drop files/patch-src_platform-headers.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?o8mt-8wcv-wny>