]> granicus.if.org Git - postgresql/commitdiff
Back-patch removal of unnecessary inclusion of <crypt.h>, so that
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Oct 2003 18:14:11 +0000 (18:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Oct 2003 18:14:11 +0000 (18:14 +0000)
7.3.5 will build out-of-the-box on Solaris.

src/interfaces/libpq/fe-connect.c

index 887e5ced68fe137631e75b43cf1536227f5d18c9..6a0170807f0138256bc02532eed35681da05d9b2 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.213.2.2 2003/01/30 19:50:07 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.213.2.3 2003/10/31 18:14:11 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -42,9 +42,6 @@
 #ifndef HAVE_STRDUP
 #include "strdup.h"
 #endif
-#ifdef HAVE_CRYPT_H
-#include <crypt.h>
-#endif
 
 #include "mb/pg_wchar.h"