Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2016 13:22:26 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r301609 - stable/9/sys/cddl/boot/zfs
Message-ID:  <201606081322.u58DMQ3P035555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606081322.u58DMQ3P035555>