1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net-im/jabber/files/patch-jsm-modules-mod_auth_crypt.c
Volker Stolz 3bc6a87b33 Update to 1.4.3
PR:		ports/66307
Submitted by:	c0decafe.net
Approved by:	maintainer timeout
2004-06-23 13:02:45 +00:00

12 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