From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24038 invoked by alias); 30 Jul 2005 11:48:55 -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 24018 invoked by uid 9341); 30 Jul 2005 11:48:55 -0000 Date: Sat, 30 Jul 2005 11:48:00 -0000 Message-ID: <20050730114855.24017.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/infra/current ChangeLog include/ ... X-SW-Source: 2005/txt/msg00225.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2005-07-30 11:48:55 Modified files: packages/infra/current: ChangeLog packages/infra/current/include: cyg_ass.h packages/infra/current/src: buffer.cxx fancy.cxx null.cxx Log message: * include/cyg_ass.h: Fixed a function prototype so that gcc4 does not give warnings. A const void makes no sense. * src/*.cxx (cyg_check_func_ptr): match the implementation to the prototype.