svn commit: r301608 - stable/10/sys/cddl/boot/zfs
Garrett Cooper
ngie at FreeBSD.org
Wed Jun 8 13:21:19 UTC 2016
Author: ngie
Date: Wed Jun 8 13:21:17 2016
New Revision: 301608
URL: https://svnweb.freebsd.org/changeset/base/301608
Log:
MFC r299657:
Include arpa/inet.h to get the htonl(3) definition
Modified:
stable/10/sys/cddl/boot/zfs/lz4.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/cddl/boot/zfs/lz4.c
==============================================================================
--- stable/10/sys/cddl/boot/zfs/lz4.c Wed Jun 8 13:14:52 2016 (r301607)
+++ stable/10/sys/cddl/boot/zfs/lz4.c Wed Jun 8 13:21:17 2016 (r301608)
@@ -34,6 +34,8 @@
* $FreeBSD$
*/
+#include <arpa/inet.h>
+
static int LZ4_uncompress_unknownOutputSize(const char *source, char *dest,
int isize, int maxOutputSize);
More information about the svn-src-all
mailing list