aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabberd/files/patch-storage__authreg_pgsql.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/jabberd/files/patch-storage__authreg_pgsql.c')
-rw-r--r--net-im/jabberd/files/patch-storage__authreg_pgsql.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/jabberd/files/patch-storage__authreg_pgsql.c b/net-im/jabberd/files/patch-storage__authreg_pgsql.c
deleted file mode 100644
index d6764a5c3adc..000000000000
--- a/net-im/jabberd/files/patch-storage__authreg_pgsql.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- storage/authreg_pgsql.c.orig 2016-05-08 14:30:08 UTC
-+++ storage/authreg_pgsql.c
-@@ -20,6 +20,8 @@
-
- /* this module talks to a PostgreSQL server via libpq */
-
-+#include <stdio.h>
-+
- #define _XOPEN_SOURCE 500
- #include "c2s.h"
- #include <libpq-fe.h>