svn commit: r350743 - head/sys/dev/bxe

Xin LI delphij at FreeBSD.org
Thu Aug 8 06:30:13 UTC 2019


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>


More information about the svn-src-all mailing list