aboutsummaryrefslogtreecommitdiff
path: root/net/nepenthes/files/patch-modules__shellemu-winnt__WinNTShellDialogue.cpp
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-30 20:50:54 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-30 20:50:54 +0000
commit6a49fa15faf4b5dd4ac2b774dc22c7cf11a025e5 (patch)
tree6b4625d794440c4ed65a5648a91d4c227e0c30bf /net/nepenthes/files/patch-modules__shellemu-winnt__WinNTShellDialogue.cpp
parent888c623201c643c2d2eda79e01e9b1eee72975cc (diff)
downloadports-6a49fa15faf4b5dd4ac2b774dc22c7cf11a025e5.tar.gz
ports-6a49fa15faf4b5dd4ac2b774dc22c7cf11a025e5.zip
Notes
Diffstat (limited to 'net/nepenthes/files/patch-modules__shellemu-winnt__WinNTShellDialogue.cpp')
-rw-r--r--net/nepenthes/files/patch-modules__shellemu-winnt__WinNTShellDialogue.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/nepenthes/files/patch-modules__shellemu-winnt__WinNTShellDialogue.cpp b/net/nepenthes/files/patch-modules__shellemu-winnt__WinNTShellDialogue.cpp
new file mode 100644
index 000000000000..96f072298f8c
--- /dev/null
+++ b/net/nepenthes/files/patch-modules__shellemu-winnt__WinNTShellDialogue.cpp
@@ -0,0 +1,12 @@
+--- modules/shellemu-winnt/WinNTShellDialogue.cpp.orig
++++ modules/shellemu-winnt/WinNTShellDialogue.cpp
+@@ -28,7 +28,8 @@
+ /* $Id: WinNTShellDialogue.cpp 2221 2005-12-23 17:01:33Z common $ */
+
+ //#include <arpa/inet.h>
+-#include <errno.h>
++#include <cerrno>
++#include <cstring>
+ #include <string>
+
+ #include "WinNTShellDialogue.hpp"