Fix an obsolete file path mentioned in a comment.

REL8_0_STABLE
Neil Conway 22 years ago
parent 34f0a8e72d
commit 11c7bdb4e4
  1. 2
      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 *);

Loading…
Cancel
Save