Commit 3a0717c3 authored by Magnus Hagander's avatar Magnus Hagander

Update no longer current comments in header.

parent ca6c0ac4
/*------------------------------------------------------------------------- /*-------------------------------------------------------------------------
* *
* dirmod.c * dirmod.c
* rename/unlink() * directory handling functions
* *
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* These are replacement versions of unlink and rename that work on * This includes replacement versions of functions that work on
* Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me. * Win32 (NT4 and newer).
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/port/dirmod.c,v 1.56 2009/01/01 17:24:04 momjian Exp $ * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.57 2009/05/04 09:30:06 mha Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment