freebsd-ports/security/pam-pgsql/files/patch-pam_pgsql.c
Sergey Matveychuk e69c4117d8 - Update to 0.6.1.
- Unbreak.

Approved by:	portmgr (krion)
2005-08-18 19:38:29 +00:00

14 lines
336 B
C

--- pam_pgsql.c.orig Wed Aug 17 00:05:28 2005
+++ pam_pgsql.c Wed Aug 17 00:06:51 2005
@@ -17,10 +17,10 @@
#include <time.h>
#include <sys/time.h>
#include <libpq-fe.h>
-#include <crypt.h>
#include <sys/types.h>
#include <unistd.h>
#include <netdb.h>
+#include <security/pam_appl.h>
#define PAM_SM_AUTH
#define PAM_SM_ACCOUNT