svn commit: r301609 - stable/9/sys/cddl/boot/zfs
Garrett Cooper
ngie at FreeBSD.org
Wed Jun 8 13:22:27 UTC 2016
Author: ngie
Date: Wed Jun 8 13:22:25 2016
New Revision: 301609
URL: https://svnweb.freebsd.org/changeset/base/301609
Log:
MFstable/10 r301608:
MFC r299657:
Include arpa/inet.h to get the htonl(3) definition
Modified:
stable/9/sys/cddl/boot/zfs/lz4.c
Directory Properties:
stable/9/ (props changed)
stable/9/sys/ (props changed)
Modified: stable/9/sys/cddl/boot/zfs/lz4.c
==============================================================================
--- stable/9/sys/cddl/boot/zfs/lz4.c Wed Jun 8 13:21:17 2016 (r301608)
+++ stable/9/sys/cddl/boot/zfs/lz4.c Wed Jun 8 13:22:25 2016 (r301609)
@@ -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-stable-9
mailing list