aboutsummaryrefslogtreecommitdiff
path: root/security/libfido2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-24 20:35:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-24 20:35:40 +0000
commit04202dade7fe5514cd81e72f17f20fbc376ef60b (patch)
tree657f86efa2ff8540e6a4d3d4cc0daf5bdd6cfcbf /security/libfido2
parente376b15e56c8aa1506ad0ff572278a0cab941cc0 (diff)
downloadports-04202dade7fe5514cd81e72f17f20fbc376ef60b.tar.gz
ports-04202dade7fe5514cd81e72f17f20fbc376ef60b.zip
Fix r555861
Reported by: bdrewery
Notes
Notes: svn path=/head/; revision=556184
Diffstat (limited to 'security/libfido2')
-rw-r--r--security/libfido2/files/patch-openbsd-compat-openbsd-compat.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/security/libfido2/files/patch-openbsd-compat-openbsd-compat.h b/security/libfido2/files/patch-openbsd-compat-openbsd-compat.h
index ef6cc20523ac..b9096d5b8245 100644
--- a/security/libfido2/files/patch-openbsd-compat-openbsd-compat.h
+++ b/security/libfido2/files/patch-openbsd-compat-openbsd-compat.h
@@ -9,12 +9,3 @@
#endif
#if defined(__APPLE__) && !defined(HAVE_ENDIAN_H)
-@@ -33,7 +33,7 @@
- #endif /* _WIN32 && !HAVE_ENDIAN_H */
-
- #if defined(__FreeBSD__) && !defined(HAVE_ENDIAN_H)
--#include <sys/endian.h>
-+#include <sys/sys/endian.h>
- #endif
-
- #include <stdlib.h>