From: Neil Conway Date: Sun, 25 Jan 2004 22:19:42 +0000 (+0000) Subject: Fix an obsolete file path mentioned in a comment. X-Git-Tag: REL8_0_0BETA1~1280 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11c7bdb4e410102af298943526a48fffa9a9eb19;p=postgresql Fix an obsolete file path mentioned in a comment. --- diff --git a/src/include/strdup.h b/src/include/strdup.h index fd91939b03..3b379360ba 100644 --- a/src/include/strdup.h +++ b/src/include/strdup.h @@ -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 *);