Date: Thu, 8 Aug 2019 06:30:13 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r350743 - head/sys/dev/bxe Message-ID: <201908080630.x786UDSt081738@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Thu Aug 8 06:30:12 2019 New Revision: 350743 URL: https://svnweb.freebsd.org/changeset/base/350743 Log: Update bxe(4) to use new zlib. PR: 229763 Submitted by: Yoshihiro Ota <ota j email ne jp> Differential Revision: https://reviews.freebsd.org/D21175 Modified: head/sys/dev/bxe/bxe.h Modified: head/sys/dev/bxe/bxe.h ============================================================================== --- head/sys/dev/bxe/bxe.h Thu Aug 8 06:27:39 2019 (r350742) +++ head/sys/dev/bxe/bxe.h Thu Aug 8 06:30:12 2019 (r350743) @@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$"); #include <sys/limits.h> #include <sys/queue.h> #include <sys/taskqueue.h> -#include <sys/zlib.h> +#include <contrib/zlib/zlib.h> #include <net/if.h> #include <net/if_types.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908080630.x786UDSt081738>