ports/net-im/jabber/files/patch-jsm-modules-mod_auth_crypt.c
Renato Botelho 2724ae1632 - Back it to 1.4.3.1 version since transports doesn't work correct with 1.4.4
version.
- bump PORTEPOCH
- Since jabber-1.4.x is obsolete and vulnerable, mark it as DEPRECATED and
  set an EXPIRATION_DATE.
- Drop maintainership, i'm using ejabberd now.
2006-03-18 16:08:47 +00:00

11 lines
330 B
C

--- jsm/modules/mod_auth_crypt.c.orig Thu May 6 00:00:20 2004
+++ jsm/modules/mod_auth_crypt.c Thu May 6 00:00:01 2004
@@ -28,7 +28,7 @@
*
* --------------------------------------------------------------------------*/
#include "jsm.h"
-#include "crypt.h"
+#include <unistd.h>
#define HASH_CRYPT 1
#define HASH_SHA1 2