aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-01-25 22:19:42 +0000
committerNeil Conway <neilc@samurai.com>2004-01-25 22:19:42 +0000
commit11c7bdb4e410102af298943526a48fffa9a9eb19 (patch)
tree414189b5a3088ffb9cb9972146963036db0886e0 /src
parent34f0a8e72d6a27462efaadc88dfe6288075fb0ea (diff)
downloadpostgresql-11c7bdb4e410102af298943526a48fffa9a9eb19.tar.gz
postgresql-11c7bdb4e410102af298943526a48fffa9a9eb19.zip
Fix an obsolete file path mentioned in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/include/strdup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/strdup.h b/src/include/strdup.h
index fd91939b03f..3b379360bac 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 *);