Update no longer current comments in header.
authorMagnus Hagander <magnus@hagander.net>
Mon, 4 May 2009 09:30:06 +0000 (09:30 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 4 May 2009 09:30:06 +0000 (09:30 +0000)
src/port/dirmod.c

index 076274a9bcff0fcde0fe8f340811e41cd0d36f7c..4450b21c4bf5e0b54a9654b0e00818a112156840 100644 (file)
@@ -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$