diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-11-11 23:52:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-11-11 23:52:45 +0000 |
commit | 018cf0f76e80cf61df9e84d02edd94037361d9b7 (patch) | |
tree | 89dd7d50471ff4ec65e07b5004f40ba3241b4511 /src/port/dirmod.c | |
parent | 0a2c82b5f73cc2d7f1a5963b6d320cbe57dd10d1 (diff) |
Update /port C header descriptions.
Diffstat (limited to 'src/port/dirmod.c')
-rw-r--r-- | src/port/dirmod.c | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/port/dirmod.c b/src/port/dirmod.c index 66c98a59fcf..76ca5cde1de 100644 --- a/src/port/dirmod.c +++ b/src/port/dirmod.c @@ -1,6 +1,18 @@ -/* +/*------------------------------------------------------------------------- + * + * dirmod.c + * rename/unlink() + * + * Portions Copyright (c) 1996-2003, 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. + * + * IDENTIFICATION + * $Header: /cvsroot/pgsql/src/port/dirmod.c,v 1.7 2003/11/11 23:52:45 momjian Exp $ + * + *------------------------------------------------------------------------- */ #ifndef TEST_VERSION |