diff options
author | Magnus Hagander | 2009-05-04 09:30:06 +0000 |
---|---|---|
committer | Magnus Hagander | 2009-05-04 09:30:06 +0000 |
commit | 799c98b143c6893358f011954c97e14e8e29398b (patch) | |
tree | e4b292a6f0b381ab368a57f99209e4805ebd414f | |
parent | 4d754acf96ffa01c02dd9882ab0ebfe2fd6ad999 (diff) |
Update no longer current comments in header.
-rw-r--r-- | src/port/dirmod.c | 6 |
1 files changed, 3 insertions, 3 deletions
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$ |