summaryrefslogtreecommitdiff
path: root/net/openwbem/patches/patch-src_authenticators_pam_OW__PAMAuthentication.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/openwbem/patches/patch-src_authenticators_pam_OW__PAMAuthentication.cpp')
-rw-r--r--net/openwbem/patches/patch-src_authenticators_pam_OW__PAMAuthentication.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/openwbem/patches/patch-src_authenticators_pam_OW__PAMAuthentication.cpp b/net/openwbem/patches/patch-src_authenticators_pam_OW__PAMAuthentication.cpp
new file mode 100644
index 00000000000..49b18e7a103
--- /dev/null
+++ b/net/openwbem/patches/patch-src_authenticators_pam_OW__PAMAuthentication.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_authenticators_pam_OW__PAMAuthentication.cpp,v 1.1 2013/05/23 14:58:09 joerg Exp $
+
+--- src/authenticators/pam/OW_PAMAuthentication.cpp.orig 2013-05-23 13:20:37.000000000 +0000
++++ src/authenticators/pam/OW_PAMAuthentication.cpp
+@@ -39,7 +39,8 @@
+ #include "OW_AuthenticatorIFC.hpp"
+ #include "OW_Array.hpp"
+
+-#include <string.h>
++#include <cstdlib>
++#include <cstring>
+
+ #ifdef OW_GNU_LINUX
+ #ifdef OW_HAVE_PWD_H