aboutsummaryrefslogtreecommitdiff
path: root/src/port/unsetenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/unsetenv.c')
-rw-r--r--src/port/unsetenv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/unsetenv.c b/src/port/unsetenv.c
index 2f29f57521b..bc1c21effa4 100644
--- a/src/port/unsetenv.c
+++ b/src/port/unsetenv.c
@@ -3,12 +3,12 @@
* unsetenv.c
* unsetenv() emulation for machines without it
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/unsetenv.c,v 1.3 2004/08/29 05:07:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/unsetenv.c,v 1.4 2004/12/31 22:03:53 pgsql Exp $
*
*-------------------------------------------------------------------------
*/