svn commit: r556184 - head/security/libfido2/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 24 20:35:41 UTC 2020


Author: sunpoet
Date: Tue Nov 24 20:35:40 2020
New Revision: 556184
URL: https://svnweb.freebsd.org/changeset/ports/556184

Log:
  Fix r555861
  
  Reported by:	bdrewery

Modified:
  head/security/libfido2/files/patch-openbsd-compat-openbsd-compat.h

Modified: head/security/libfido2/files/patch-openbsd-compat-openbsd-compat.h
==============================================================================
--- head/security/libfido2/files/patch-openbsd-compat-openbsd-compat.h	Tue Nov 24 20:22:41 2020	(r556183)
+++ head/security/libfido2/files/patch-openbsd-compat-openbsd-compat.h	Tue Nov 24 20:35:40 2020	(r556184)
@@ -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>


More information about the svn-ports-head mailing list