diff options
Diffstat (limited to 'src/backend/port/darwin/system.c')
-rw-r--r-- | src/backend/port/darwin/system.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/backend/port/darwin/system.c b/src/backend/port/darwin/system.c index d8be8070d5f..f6586505ba5 100644 --- a/src/backend/port/darwin/system.c +++ b/src/backend/port/darwin/system.c @@ -1,4 +1,7 @@ -/* only needed in OS X 10.1 and possibly early 10.2 releases */ +/* + * $PostgreSQL: pgsql/src/backend/port/darwin/system.c,v 1.7 2008/05/17 01:28:22 adunstan Exp $ + * + * only needed in OS X 10.1 and possibly early 10.2 releases */ #include <AvailabilityMacros.h> #if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_2 || !defined(MAC_OS_X_VERSION_10_2) |