Commit 11c7bdb4 authored by Neil Conway's avatar Neil Conway

Fix an obsolete file path mentioned in a comment.

parent 34f0a8e7
......@@ -2,7 +2,7 @@
with Postgres. That strdup() is only needed on those systems that
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 *);
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