svn commit: r556613 - head/security/highwayhash/files

Piotr Kubaj pkubaj at FreeBSD.org
Mon Nov 30 02:00:15 UTC 2020


Author: pkubaj
Date: Mon Nov 30 02:00:14 2020
New Revision: 556613
URL: https://svnweb.freebsd.org/changeset/ports/556613

Log:
  security/highwayhash: remove sys/types.h include, move sys/param.h higher
  
  Reported by:	jbeich

Modified:
  head/security/highwayhash/files/patch-highwayhash_os__specific.cc

Modified: head/security/highwayhash/files/patch-highwayhash_os__specific.cc
==============================================================================
--- head/security/highwayhash/files/patch-highwayhash_os__specific.cc	Mon Nov 30 01:37:17 2020	(r556612)
+++ head/security/highwayhash/files/patch-highwayhash_os__specific.cc	Mon Nov 30 02:00:14 2020	(r556613)
@@ -1,10 +1,12 @@
 --- highwayhash/os_specific.cc.orig	2020-11-29 23:19:18 UTC
 +++ highwayhash/os_specific.cc
-@@ -53,6 +53,7 @@
+@@ -53,8 +53,8 @@
  
  #ifdef __FreeBSD__
  #define OS_FREEBSD 1
-+#include <sys/types.h>
- #include <sys/cpuset.h>
+-#include <sys/cpuset.h>
  #include <sys/param.h>
++#include <sys/cpuset.h>
  #include <unistd.h>
+ #else
+ #define OS_FREEBSD 0


More information about the svn-ports-all mailing list