svn commit: r546906 - in head/sysutils/procenv: . files

Jan Beich jbeich at FreeBSD.org
Sat Aug 29 12:33:54 UTC 2020


Stefan Eßer <se at 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


More information about the svn-ports-all mailing list