summaryrefslogtreecommitdiff
path: root/net-mgmt/sblim-wbemcli/files/patch-CimCurl.cpp
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-02 20:04:27 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-02 20:04:27 +0000
commita77c4f2429721987a25ad3383b6bebb3fe5bfe75 (patch)
treeb371216055c5c6f40193dbdc16603e07105d7815 /net-mgmt/sblim-wbemcli/files/patch-CimCurl.cpp
parentReturn this back to pool. (diff)
net-mgmt/sblim-wbemcli: add <unistd.h> and fix -fpermissive errors
Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=329104
Diffstat (limited to 'net-mgmt/sblim-wbemcli/files/patch-CimCurl.cpp')
-rw-r--r--net-mgmt/sblim-wbemcli/files/patch-CimCurl.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/sblim-wbemcli/files/patch-CimCurl.cpp b/net-mgmt/sblim-wbemcli/files/patch-CimCurl.cpp
new file mode 100644
index 000000000000..82a8b0f3a154
--- /dev/null
+++ b/net-mgmt/sblim-wbemcli/files/patch-CimCurl.cpp
@@ -0,0 +1,10 @@
+--- CimCurl.cpp.orig 2009-03-04 19:10:54.000000000 +0000
++++ CimCurl.cpp
+@@ -27,6 +27,7 @@
+ #include <string.h>
+ #endif
+
++#include <unistd.h>
+ #include "CimCurl.h"
+
+ extern int useNl;