summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/pam_pgsql/files/1.0.0-gcc46.patch')
-rw-r--r--sys-auth/pam_pgsql/files/1.0.0-gcc46.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-auth/pam_pgsql/files/1.0.0-gcc46.patch b/sys-auth/pam_pgsql/files/1.0.0-gcc46.patch
deleted file mode 100644
index 5ac11dae1..000000000
--- a/sys-auth/pam_pgsql/files/1.0.0-gcc46.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/pam_get_service.c b/pam_get_service.c
-index b1aae22..6abf19f 100644
---- a/pam_get_service.c
-+++ b/pam_get_service.c
-@@ -4,6 +4,7 @@
-
- /* $Id: pam_get_service.c,v 1.1.1.1 2005/05/04 03:02:32 mr-russ Exp $ */
- #include <security/pam_modules.h>
-+#include <stdlib.h>
-
- const char *pam_get_service(pam_handle_t *pamh)
- {