diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-02 12:15:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-02 12:15:48 +0000 |
commit | b42c213cacd0fa7ffbd96311efbc390c9cf41634 (patch) | |
tree | 84450df1aa5aad64bbba2ed30e8028db9d16dfb4 /sysutils/procenv/files/patch-src_platform-headers.h | |
parent | Mark devel_full and devel_nox flavors BROKEN (diff) |
Revert r516273 and unbreak
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=516306
Diffstat (limited to 'sysutils/procenv/files/patch-src_platform-headers.h')
-rw-r--r-- | sysutils/procenv/files/patch-src_platform-headers.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/procenv/files/patch-src_platform-headers.h b/sysutils/procenv/files/patch-src_platform-headers.h deleted file mode 100644 index 1ff64e94c384..000000000000 --- a/sysutils/procenv/files/patch-src_platform-headers.h +++ /dev/null @@ -1,20 +0,0 @@ ---- src/platform-headers.h.orig 2019-08-02 20:40:49 UTC -+++ src/platform-headers.h -@@ -98,7 +98,7 @@ typedef struct statfs procenv_mnt_type; - #endif - - #if defined (HAVE_SYS_CAPABILITY_H) --#include <sys/capability.h> -+#include <sys/capsicum.h> - #endif - - #if defined (__GLIBC__) -@@ -263,7 +263,7 @@ typedef struct statfs procenv_mnt_type; - #include <link.h> - - #if defined (HAVE_SYS_CAPABILITY_H) --#include <sys/capability.h> -+#include <sys/capsicum.h> - #endif - - #define PROCENV_CPU_TYPE int |