diff options
| author | Neil Conway | 2004-01-25 22:19:42 +0000 |
|---|---|---|
| committer | Neil Conway | 2004-01-25 22:19:42 +0000 |
| commit | 11c7bdb4e410102af298943526a48fffa9a9eb19 (patch) | |
| tree | 414189b5a3088ffb9cb9972146963036db0886e0 | |
| parent | 34f0a8e72d6a27462efaadc88dfe6288075fb0ea (diff) | |
Fix an obsolete file path mentioned in a comment.
| -rw-r--r-- | src/include/strdup.h | 2 |
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 *); |
