Skip to content
Snippets Groups Projects
Commit 11c7bdb4 authored by Neil Conway's avatar Neil Conway
Browse files

Fix an obsolete file path mentioned in a comment.

parent 34f0a8e7
No related branches found
No related tags found
No related merge requests found
......@@ -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 *);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment