projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f0a8e
)
Fix an obsolete file path mentioned in a comment.
author
Neil Conway
<neilc@samurai.com>
Sun, 25 Jan 2004 22:19:42 +0000
(22:19 +0000)
committer
Neil Conway
<neilc@samurai.com>
Sun, 25 Jan 2004 22:19:42 +0000
(22:19 +0000)
src/include/strdup.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/strdup.h
b/src/include/strdup.h
index fd91939b03f8dc964f555e0f5df0020ec7c11562..3b379360bac2eddc35a3e7ced3d6c2ae3e1adc16 100644
(file)
--- 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 *);