From b3b413967aaddc6311f0088a7cf96badcb4eaf52 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 6 Oct 2005 15:37:11 +0000 Subject: * sysdeps/unix/sysv/linux/readonly-area.c: Allow fopen to fail because the file does not exist. --- ChangeLog | 5 +++++ sysdeps/unix/sysv/linux/readonly-area.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a2012ace4e..243dda74ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-06 Ulrich Drepper + + * sysdeps/unix/sysv/linux/readonly-area.c: Allow fopen to fail because + the file does not exist. + 2005-10-05 Simon Josefsson [BZ #1423] diff --git a/sysdeps/unix/sysv/linux/readonly-area.c b/sysdeps/unix/sysv/linux/readonly-area.c index 94e88bcb6f..29224d98b9 100644 --- a/sysdeps/unix/sysv/linux/readonly-area.c +++ b/sysdeps/unix/sysv/linux/readonly-area.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004 Free Software Foundation, Inc. +/* Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or -- cgit v1.2.3