From: Magnus Hagander Date: Mon, 4 May 2009 09:30:06 +0000 (+0000) Subject: Update no longer current comments in header. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=799c98b143c6893358f011954c97e14e8e29398b;p=users%2Fsimon%2Fpostgres.git Update no longer current comments in header. --- diff --git a/src/port/dirmod.c b/src/port/dirmod.c index 076274a9bc..4450b21c4b 100644 --- a/src/port/dirmod.c +++ b/src/port/dirmod.c @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * * dirmod.c - * rename/unlink() + * directory handling functions * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * These are replacement versions of unlink and rename that work on - * Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me. + * This includes replacement versions of functions that work on + * Win32 (NT4 and newer). * * IDENTIFICATION * $PostgreSQL$