From 961b565690422dfad8a812b8a81a6475601be617 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 25 Mar 2003 21:17:31 +0000 Subject: [PATCH] Let's limit the extent of the definition of _XOPEN_SOURCE. --- ssl/kssl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl/kssl.c b/ssl/kssl.c index 327b92f33..a80f5b2f7 100644 --- a/ssl/kssl.c +++ b/ssl/kssl.c @@ -70,6 +70,7 @@ #define _XOPEN_SOURCE /* glibc2 needs this to declare strptime() */ #include +#undef _XOPEN_SOURCE /* To avoid clashes with anything else... */ #include #include