svn commit: r556602 - head/security/highwayhash/files
Piotr Kubaj
pkubaj at anongoth.pl
Mon Nov 30 02:00:49 UTC 2020
Fixed in r556613.
Thanks!
On 20-11-30 01:45:13, Jan Beich wrote:
> Piotr Kubaj <pkubaj at FreeBSD.org> writes:
>
> > + #ifdef __FreeBSD__
> > + #define OS_FREEBSD 1
> > ++#include <sys/types.h>
> > + #include <sys/cpuset.h>
> > + #include <sys/param.h>
> > + #include <unistd.h>
>
> Maybe move <sys/param.h> above <sys/cpuset.h>. According to style(9)
> including both <sys/types.h> and <sys/param.h> is redundant.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20201130/996a3ab5/attachment.sig>
More information about the svn-ports-head
mailing list