1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Fix lots of bitrot for stub configurations.

This commit is contained in:
Roland McGrath
2012-07-30 16:09:11 -07:00
parent fc56c5bbc1
commit bea9b19322
39 changed files with 292 additions and 80 deletions

View File

@@ -1,5 +1,5 @@
/* Netgroup file parser in nss_db modules.
Copyright (C) 1996, 1997, 1999, 2000, 2011 Free Software Foundation, Inc.
Copyright (C) 1996-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
@@ -25,6 +25,7 @@
#include <string.h>
#include <bits/libc-lock.h>
#include <paths.h>
#include <stdlib.h>
#include "nsswitch.h"
#include "nss_db.h"