summaryrefslogtreecommitdiff
path: root/src/timezone/private.h
diff options
context:
space:
mode:
authorBruce Momjian2004-08-29 05:07:03 +0000
committerBruce Momjian2004-08-29 05:07:03 +0000
commitb6b71b85bc45b49005b5aec87cba2c33fc8baf49 (patch)
treec23dbd1dbc43972a8e48327c8a771baf36952f3d /src/timezone/private.h
parent90cb9c305140684b2b00c739b724f67915e11404 (diff)
Pgindent run for 8.0.
Diffstat (limited to 'src/timezone/private.h')
-rw-r--r--src/timezone/private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/timezone/private.h b/src/timezone/private.h
index 7339ef0db55..922093341b3 100644
--- a/src/timezone/private.h
+++ b/src/timezone/private.h
@@ -6,7 +6,7 @@
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/timezone/private.h,v 1.8 2004/05/21 20:59:10 tgl Exp $
+ * $PostgreSQL: pgsql/src/timezone/private.h,v 1.9 2004/08/29 05:07:02 momjian Exp $
*/
/*
@@ -56,6 +56,7 @@
#ifndef remove
extern int unlink(const char *filename);
+
#define remove unlink
#endif /* !defined remove */