diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2005-05-24 12:37:50 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2005-05-24 12:37:50 +0000 |
commit | 40a684ff1e8608bde986585a735e66d9a456e675 (patch) | |
tree | 21680bac7d4436c9b33d17b1753f63e511708512 /textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp | |
parent | Update to 0.65. (diff) |
IIIMF-related ports:
- drop maintainership
- update to r12.2
- some bug fixes
PR: 81184
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
Approved by: maintainer
Diffstat (limited to 'textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp')
-rw-r--r-- | textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp b/textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp index 85dbd9e5252a..74ca709db074 100644 --- a/textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp +++ b/textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp @@ -1,5 +1,5 @@ ---- iiimsf/src/IMAuth.cpp Sun Jun 20 06:46:28 2004 -+++ iiimsf/src/IMAuth.cpp Wed Feb 16 16:21:47 2005 +--- iiimsf/src/IMAuth.cpp.orig Mon May 9 18:08:19 2005 ++++ iiimsf/src/IMAuth.cpp Mon May 9 18:08:53 2005 @@ -47,7 +47,9 @@ #include <stdlib.h> #include <string.h> @@ -7,6 +7,6 @@ +#ifdef HAVE_ALLOCA_H #include <alloca.h> +#endif + #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> - #include <arpa/inet.h> |