forked from pool/glibc
b5ae287187
Update to glibc 2.15 - do not forward to Factory yet. OBS-URL: https://build.opensuse.org/request/show/98264 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=144
25 lines
541 B
Diff
25 lines
541 B
Diff
diff --git a/nss/nss_db/db-init.c b/nss/nss_db/db-init.c
|
|
index 8228d61..85ac48f 100644
|
|
--- a/nss/nss_db/db-init.c
|
|
+++ b/nss/nss_db/db-init.c
|
|
@@ -18,6 +18,7 @@
|
|
02111-1307 USA. */
|
|
|
|
#include <paths.h>
|
|
+#include <string.h>
|
|
#include <nscd/nscd.h>
|
|
|
|
|
|
diff --git a/nss/nss_db/db-initgroups.c b/nss/nss_db/db-initgroups.c
|
|
index aa8163b..1b806e5 100644
|
|
--- a/nss/nss_db/db-initgroups.c
|
|
+++ b/nss/nss_db/db-initgroups.c
|
|
@@ -22,6 +22,7 @@
|
|
#include <errno.h>
|
|
#include <grp.h>
|
|
#include <paths.h>
|
|
+#include <string.h>
|
|
|
|
#include "nss_db.h"
|
|
|