From owner-svn-ports-all@freebsd.org Thu Jun 25 01:20:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D3279156BB; Thu, 25 Jun 2015 01:20:48 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E5761A38; Thu, 25 Jun 2015 01:20:48 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5P1Km0O017821; Thu, 25 Jun 2015 01:20:48 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5P1Kmsa017820; Thu, 25 Jun 2015 01:20:48 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201506250120.t5P1Kmsa017820@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 25 Jun 2015 01:20:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390527 - head/sysutils/zbackup/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2015 01:20:48 -0000 Author: kevlo Date: Thu Jun 25 01:20:47 2015 New Revision: 390527 URL: https://svnweb.freebsd.org/changeset/ports/390527 Log: Add a missing header include for unlink(2). Added: head/sysutils/zbackup/files/patch-zcollector.cc (contents, props changed) Added: head/sysutils/zbackup/files/patch-zcollector.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/zbackup/files/patch-zcollector.cc Thu Jun 25 01:20:47 2015 (r390527) @@ -0,0 +1,10 @@ +--- zcollector.cc.orig 2015-06-25 09:16:05.655102000 +0800 ++++ zcollector.cc 2015-06-25 09:16:28.606423000 +0800 +@@ -5,6 +5,7 @@ + + #include + #include ++#include + + #include "bundle.hh" + #include "chunk_index.hh"