]> jfr.im git - irc/quakenet/snircd.git/blobdiff - ircd/ircd_crypt_native.c
Should be unsigned long for A
[irc/quakenet/snircd.git] / ircd / ircd_crypt_native.c
index f6f0d139e1558c29abcb89e283d0b571c0bf4804..d0a4bb00a77a6fd309b127d3d9a9672c42ba01a9 100644 (file)
 /**
  * @file
  * @brief Native crypt() function routines
- * @version $Id: ircd_crypt_native.c,v 1.7 2005/05/13 02:03:33 entrope Exp $
+ * @version $Id: ircd_crypt_native.c,v 1.7.2.1 2005/12/14 03:01:38 entrope Exp $
  * 
  * Routines for handling passwords encrypted with the system's native crypt()
  * function (typically a DES encryption routine, but can be anything nowadays).
  * 
  */
-#define _XOPEN_SOURCE 600
+#define _XOPEN_SOURCE 500
 
 #include "config.h"
 #include "ircd_crypt.h"