From 8f4e85313c83923bf7ce62454c0f38b79ea8d312 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 19 Jun 2000 21:35:59 +0000 Subject: #undef _POSIX_SOURCE after including dirent.h. this breaks the build on 2000-06-19 Chris Toshok * e-local-storage.c: #undef _POSIX_SOURCE after including dirent.h. this breaks the build on freebsd if we leave it #defined. go figure. svn path=/trunk/; revision=3638 --- shell/ChangeLog | 6 ++++++ shell/e-local-storage.c | 1 + 2 files changed, 7 insertions(+) diff --git a/shell/ChangeLog b/shell/ChangeLog index f19faa32c0..0a2f0efe0c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2000-06-19 Chris Toshok + + * e-local-storage.c: #undef _POSIX_SOURCE after including + dirent.h. this breaks the build on freebsd if we leave it + #defined. go figure. + 2000-06-19 Dan Winship * evolution-shell-component-client.c diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index 05a142152e..0614e17245 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -36,6 +36,7 @@ #define _POSIX_SOURCE /* Yuck. */ #include +#undef _POSIX_SOURCE #include #include -- cgit v1.2.3