diff options
| author | John Marino <marino@FreeBSD.org> | 2013-10-02 20:04:27 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2013-10-02 20:04:27 +0000 |
| commit | a77c4f2429721987a25ad3383b6bebb3fe5bfe75 (patch) | |
| tree | b371216055c5c6f40193dbdc16603e07105d7815 /net-mgmt/sblim-wbemcli/files/patch-CimCurl.cpp | |
| parent | Return 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.cpp | 10 |
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; |
