X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fircd_crypt_native.c;h=fe267c5b19866ab0127ec9d514049268d62565e2;hb=24802f6c45f69adf1e8000a96b7fe1a55f706a7c;hp=f33a5250490de3a6aae50e2f5172a05a44751d31;hpb=6d7dc29a78247c1ea5011efaec9ae6a175d8ccb6;p=ircu2.10.12-pk.git diff --git a/ircd/ircd_crypt_native.c b/ircd/ircd_crypt_native.c index f33a525..fe267c5 100644 --- a/ircd/ircd_crypt_native.c +++ b/ircd/ircd_crypt_native.c @@ -25,8 +25,7 @@ * function (typically a DES encryption routine, but can be anything nowadays). * */ -#define _XOPEN_SOURCE -#define _XOPEN_VERSION 4 +#define _XOPEN_SOURCE 600 #include "config.h" #include "ircd_crypt.h"