svn commit: r390527 - head/sysutils/zbackup/files
Kevin Lo
kevlo at FreeBSD.org
Thu Jun 25 01:20:48 UTC 2015
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"
More information about the svn-ports-head
mailing list