]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
usr.sbin/pkg: Don't re-define roundup2
authorAlex Richardson <arichardson@FreeBSD.org>
Thu, 28 Jan 2021 17:25:50 +0000 (17:25 +0000)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Wed, 5 May 2021 08:17:19 +0000 (10:17 +0200)
commitc669cd841847766952492eff0566210d35ce93f9
tree718d585c1e741cc1f9c8281db5421947af4e3edd
parent0543e10e950dd5c8b17cdb7cf60b9f95aece094a
usr.sbin/pkg: Don't re-define roundup2

The file already includes sys/param.h and should use that definition.
I found this while testing D28332.

Reviewed By: bapt
Differential Revision: https://reviews.freebsd.org/D28331
usr.sbin/pkg/config.c