diff options
Diffstat (limited to 'src/include/port/darwin.h')
| -rw-r--r-- | src/include/port/darwin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/port/darwin.h b/src/include/port/darwin.h index e52a872681..ff3e219323 100644 --- a/src/include/port/darwin.h +++ b/src/include/port/darwin.h @@ -1,7 +1,8 @@ -/* $PostgreSQL: pgsql/src/include/port/darwin.h,v 1.10 2006/03/11 04:38:38 momjian Exp $ */ +/* $PostgreSQL: pgsql/src/include/port/darwin.h,v 1.11 2006/10/04 00:30:09 momjian Exp $ */ #define __darwin__ 1 #if HAVE_DECL_F_FULLFSYNC /* not present before OS X 10.3 */ #define HAVE_FSYNC_WRITETHROUGH + #endif |
