Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 13:29:27 +0000 (UTC)
From:      Luiz Otavio O Souza <loos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262561 - head/sys/modules/geom/geom_uncompress
Message-ID:  <201402271329.s1RDTRdp064291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: loos
Date: Thu Feb 27 13:29:26 2014
New Revision: 262561
URL: http://svnweb.freebsd.org/changeset/base/262561

Log:
  Fix a leftover of r260523.  Remove the unnecessary dependency to zlib.h.
  
  Approved by:	adrian (mentor)

Modified:
  head/sys/modules/geom/geom_uncompress/Makefile

Modified: head/sys/modules/geom/geom_uncompress/Makefile
==============================================================================
--- head/sys/modules/geom/geom_uncompress/Makefile	Thu Feb 27 13:27:04 2014	(r262560)
+++ head/sys/modules/geom/geom_uncompress/Makefile	Thu Feb 27 13:29:26 2014	(r262561)
@@ -12,6 +12,6 @@ CFLAGS+= -I${.CURDIR}/../../../geom/unco
 	-I${.CURDIR}/../../../contrib/xz-embedded/linux/lib/xz/
 SRCS=	g_uncompress.c xz_crc32.c xz_dec_bcj.c xz_dec_lzma2.c xz_dec_stream.c \
     xz_malloc.c
-SRCS+=	xz.h xz_config.h xz_lzma2.h xz_malloc.h xz_private.h xz_stream.h zlib.h
+SRCS+=	xz.h xz_config.h xz_lzma2.h xz_malloc.h xz_private.h xz_stream.h
 
 .include <bsd.kmod.mk>



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