# HG changeset patch # User Dave Love # Date 1037633995 0 # Node ID 77ba6907e487c66523b98a2de379f1f21788e533 # Parent 2346caa2a66a6892b834794d8c3b6e3a322e41d4 (_GNU_SOURCE, HAVE_FSYNC): Don't define. diff -r 2346caa2a66a -r 77ba6907e487 src/fileio.c --- a/src/fileio.c Mon Nov 18 15:35:07 2002 +0000 +++ b/src/fileio.c Mon Nov 18 15:39:55 2002 +0000 @@ -19,8 +19,6 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define _GNU_SOURCE /* for euidaccess */ - #include #if defined (USG5) || defined (BSD_SYSTEM) || defined (GNU_LINUX) @@ -74,16 +72,6 @@ #include #endif -#ifndef USG -#ifndef VMS -#ifndef BSD4_1 -#ifndef WINDOWSNT -#define HAVE_FSYNC -#endif -#endif -#endif -#endif - #include "lisp.h" #include "intervals.h" #include "buffer.h"