Treat G-line-related times as network times, rather than local times.
[ircu2.10.12-pk.git] / ircd / ircd_crypt_native.c
index 25d2b4e0d87023334872397983c3db88e0167377..c6b1c585d9abc45e0c086486db3904aeb01e261d 100644 (file)
  * @version $Id$
  * 
  * Routines for handling passwords encrypted with the system's native crypt()
- * function (typicaly a DES encryption routine, but can be anything nowdays).
+ * function (typically a DES encryption routine, but can be anything nowadays).
  * 
  */
-#define _XOPEN_SOURCE
-#define _XOPEN_VERSION 4
+#define _XOPEN_SOURCE 500
 
 #include "config.h"
 #include "ircd_crypt.h"