Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2013 21:44:54 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329001 - head/databases/libhsclient/files
Message-ID:  <201310012144.r91LisSd087972@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Oct  1 21:44:53 2013
New Revision: 329001
URL: http://svnweb.freebsd.org/changeset/ports/329001

Log:
  databases/libhsclient: add <unistd.h> for modern compilers
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/databases/libhsclient/files/
  head/databases/libhsclient/files/patch-libhsclient_fatal.cpp   (contents, props changed)

Added: head/databases/libhsclient/files/patch-libhsclient_fatal.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/libhsclient/files/patch-libhsclient_fatal.cpp	Tue Oct  1 21:44:53 2013	(r329001)
@@ -0,0 +1,10 @@
+--- libhsclient/fatal.cpp.orig	2011-06-14 03:03:49.000000000 +0000
++++ libhsclient/fatal.cpp
+@@ -7,6 +7,7 @@
+  */
+ 
+ #include <stdlib.h>
++#include <unistd.h>
+ #include <stdio.h>
+ #include <syslog.h>
+ 



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