Fix an obsolete file path mentioned in a comment.

This commit is contained in:
Neil Conway 2004-01-25 22:19:42 +00:00
parent 34f0a8e72d
commit 11c7bdb4e4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
with Postgres. That strdup() is only needed on those systems that with Postgres. That strdup() is only needed on those systems that
don't already have strdup() in their system libraries. don't already have strdup() in their system libraries.
The Postgres strdup() is in src/utils/strdup.c. The Postgres strdup() is in src/port/strdup.c.
*/ */
extern char *strdup(char const *); extern char *strdup(char const *);