diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-local-storage.c | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 0a2f0efe0c..c269f82c68 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2000-06-19 Ettore Perazzoli <ettore@helixcode.com> + + * e-local-storage.c: Don't #define POSIX_SOURCE at all; this is + not needed anymore as we no longer use `readdir_r'. + 2000-06-19 Chris Toshok <toshok@helixcode.com> * e-local-storage.c: #undef _POSIX_SOURCE after including diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index 0614e17245..93234b4741 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -34,9 +34,7 @@ #include <config.h> #endif -#define _POSIX_SOURCE /* Yuck. */ #include <dirent.h> -#undef _POSIX_SOURCE #include <errno.h> #include <string.h> |