From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16963 invoked by alias); 30 Jul 2005 11:23:30 -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 16949 invoked by uid 9341); 30 Jul 2005 11:23:30 -0000 Date: Sat, 30 Jul 2005 11:23:00 -0000 Message-ID: <20050730112330.16948.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos-opt/net/net/bsd_tcpip/current ChangeLog i ... X-SW-Source: 2005/txt/msg00219.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: asl@sourceware.org 2005-07-30 11:23:30 Modified files: net/net/bsd_tcpip/current: ChangeLog net/net/bsd_tcpip/current/include/sys: param.h net/net/bsd_tcpip/current/src/ecos: support.c net/net/bsd_tcpip/current/src/sys/kern: kern_subr.c sockio.c uipc_socket.c net/net/bsd_tcpip/current/src/sys/net: if.c if_ethersubr.c radix.c rtsock.c net/net/bsd_tcpip/current/src/sys/netinet: in.c ip_output.c tcp_input.c udp_usrreq.c Log message: * src/sys/netinet/ip_output.c (ip_output): initialize len to 0. * src/sys/net/if.c (ifioctl): Cast to keep compiler happy. * src/ecos/support.c (_mask): Use the correct cast to keep the compiler happy. * include/sys/param.h: give proc0 the correct type so we don't have to cast it and avoid a compiler warning. * src/sys/kern/uipc_socket.c (soopt_mcopyout): Lefthand casts no longer allowed with gcc4. * src/sys/net/if_ethersubr.c (ether_resolvemulti): Cast to keep compiler happy. * src/sys/net/rtsock.c: Define routedomain consistently to avoid compiler warnings.