Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2020 01:45:13 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Piotr Kubaj <pkubaj@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r556602 - head/security/highwayhash/files
Message-ID:  <8saj-u0yu-wny@FreeBSD.org>
In-Reply-To: <202011292322.0ATNMDw8022678@repo.freebsd.org> (Piotr Kubaj's message of "Sun, 29 Nov 2020 23:22:13 %2B0000 (UTC)")
References:  <202011292322.0ATNMDw8022678@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Piotr Kubaj <pkubaj@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8saj-u0yu-wny>