Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 35d91052c128eae344295e7c16bb8f4d > files > 3

nss_postgresql-0.6.1-6.mga3.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>