aboutsummaryrefslogtreecommitdiff
path: root/textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp')
-rw-r--r--textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp b/textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp
index b23769d4bed7..85dbd9e5252a 100644
--- a/textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp
+++ b/textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp
@@ -1,11 +1,12 @@
---- iiimsf/src/IMAuth.cpp.orig Sat Dec 6 02:39:41 2003
-+++ iiimsf/src/IMAuth.cpp Sat Dec 6 02:39:50 2003
-@@ -47,7 +47,7 @@
+--- iiimsf/src/IMAuth.cpp Sun Jun 20 06:46:28 2004
++++ iiimsf/src/IMAuth.cpp Wed Feb 16 16:21:47 2005
+@@ -47,7 +47,9 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
--#include <alloca.h>
-+#include <sys/types.h>
++#ifdef HAVE_ALLOCA_H
+ #include <alloca.h>
++#endif
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>