From f46bc41cd7d5632eac409c7c136db5d8d6d706f4 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 21 Jan 2015 15:03:09 +0100 Subject: [PATCH] Remove _POSIX_SOURCE declaration as it's not needed --- lasso/saml-2.0/provider.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lasso/saml-2.0/provider.c b/lasso/saml-2.0/provider.c index e6afe821..3aee6a09 100644 --- a/lasso/saml-2.0/provider.c +++ b/lasso/saml-2.0/provider.c @@ -21,8 +21,6 @@ * along with this program; if not, see . */ -#define _POSIX_SOURCE - #include #include