Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > 932f19527b543f9e58dd93f1062f6111 > files > 3

nss_postgresql-0.6.1-10.mga5.src.rpm

Index: group.c
===================================================================
--- group.c
+++ group.c	2012-08-11 10:28:18.580779967 +0200
@@ -1,6 +1,6 @@
 #include <bits/libc-lock.h>
 #include <errno.h>
-#include <pgsql/libpq-fe.h>
+#include <libpq-fe.h>
 #include <nss.h>
 #include <grp.h>
 #include <stdio.h>
Index: passwd.c
===================================================================
--- passwd.c
+++ passwd.c	2012-08-11 10:27:38.749386332 +0200
@@ -1,6 +1,6 @@
 #include <bits/libc-lock.h>
 #include <errno.h>
-#include <pgsql/libpq-fe.h>
+#include <libpq-fe.h>
 #include <nss.h>
 #include <pwd.h>
 #include <stdio.h>
Index: shadow.c
===================================================================
--- shadow.c
+++ shadow.c	2012-08-11 10:28:08.490426655 +0200
@@ -1,6 +1,6 @@
 #include <bits/libc-lock.h>
 #include <errno.h>
-#include <pgsql/libpq-fe.h>
+#include <libpq-fe.h>
 #include <nss.h>
 #include <shadow.h>
 #include <stdio.h>