~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to nis/nss-default.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 1996,2001,2004,2006,2007,2010 Free Software Foundation, Inc.
 
1
/* Copyright (C) 1996,2001,2004,2006,2007,2010,2011
 
2
   Free Software Foundation, Inc.
2
3
   This file is part of the GNU C Library.
3
4
 
4
5
   The GNU C Library is free software; you can redistribute it and/or
57
58
init (void)
58
59
{
59
60
  int saved_errno = errno;
60
 
  FILE *fp = fopen (default_nss, "rc");
 
61
  FILE *fp = fopen (default_nss, "rce");
61
62
  if (fp != NULL)
62
63
    {
63
64
      char *line = NULL;