From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ecos-cvs-return-4355-listarch-ecos-cvs=sources.redhat.com@sources.redhat.com>
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: <mailto:ecos-cvs@sources.redhat.com>
List-Help: <mailto:ecos-cvs-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: ecos-cvs-owner@sources.redhat.com
List-Subscribe: <mailto:ecos-cvs-subscribe@sources.redhat.com>
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: <ecos-cvs.sourceware.org>

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.