Date: Thu, 25 Jun 2015 01:20:48 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390527 - head/sysutils/zbackup/files Message-ID: <201506250120.t5P1Kmsa017820@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <string> + #include <vector> ++#include <unistd.h> + + #include "bundle.hh" + #include "chunk_index.hh"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506250120.t5P1Kmsa017820>