From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2267 invoked by alias); 12 Feb 2003 15:29:53 -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 2257 invoked by uid 453); 12 Feb 2003 15:29:52 -0000 Date: Wed, 12 Feb 2003 15:29:00 -0000 Message-ID: <20030212152952.2255.qmail@sources.redhat.com> From: jlarmour@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos-opt/net/net/bsd_tcpip/current ChangeLog s ... X-SW-Source: 2003/txt/msg00172.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: jlarmour@sourceware.org 2003-02-12 15:29:52 Modified files: net/net/bsd_tcpip/current: ChangeLog net/net/bsd_tcpip/current/src/sys/kern: sockio.c uipc_socket.c net/net/bsd_tcpip/current/src/sys/net: if_ethersubr.c if_loop.c Log message: * src/sys/kern/sockio.c: bsd_getinfo/bsd_setinfo should have void * args. Silences warnings. * src/sys/kern/uipc_socket.c (sopoll): Use __FUNCTION__ correctly for GCC 3.x. * src/sys/net/if_ethersubr.c: Put comments for stuff after endifs to silence warnings. * src/sys/net/if_loop.c: Ditto.