From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22621 invoked by alias); 30 Jul 2005 11:44:02 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 22607 invoked by uid 9341); 30 Jul 2005 11:44:01 -0000 Date: Sat, 30 Jul 2005 11:44:00 -0000 Message-ID: <20050730114401.22606.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/language/c/libc/stdio/current Ch ... X-SW-Source: 2005/txt/msg00223.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2005-07-30 11:44:01 Modified files: packages/language/c/libc/stdio/current: ChangeLog packages/language/c/libc/stdio/current/src/common: fopen.cxx Log message: * src/common/fopen.cxx (fopen): Default the open mode to Read until we have process the flags. Initialize the dev handle. These keep the compiler happy.