projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
038e56c
)
From: "D'Arcy J.M. Cain" <darcy@druid.net>
author
Marc G. Fournier
<scrappy@hub.org>
Fri, 28 Mar 1997 06:55:58 +0000
(06:55 +0000)
committer
Marc G. Fournier
<scrappy@hub.org>
Fri, 28 Mar 1997 06:55:58 +0000
(06:55 +0000)
#ifdef is looking for the wrong value.
src/backend/libpq/password.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/libpq/password.c
b/src/backend/libpq/password.c
index 65f8308010ddcaf6e5f6c1733c71f1959465842a..55f77508bbf2f7eb1f4a59c2c4d409860e005ac9 100644
(file)
--- a/
src/backend/libpq/password.c
+++ b/
src/backend/libpq/password.c
@@
-4,7
+4,7
@@
#include <libpq/libpq.h>
#include <string.h>
#include <unistd.h>
-#ifdef HAVE_CRYPT
+#ifdef HAVE_CRYPT
_H
# include <crypt.h>
#endif