From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16602 invoked by alias); 30 Jul 2005 11:22:40 -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 16588 invoked by uid 9341); 30 Jul 2005 11:22:39 -0000 Date: Sat, 30 Jul 2005 11:22:00 -0000 Message-ID: <20050730112239.16587.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos-opt/net/net/common/current ChangeLog src/ ... X-SW-Source: 2005/txt/msg00218.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: asl@sourceware.org 2005-07-30 11:22:39 Modified files: net/net/common/current: ChangeLog net/net/common/current/src: bootp_support.c dhcp_prot.c tftp_client.c tftp_dummy_file.c tftp_server.c Log message: * src/tftp_dummy_file.c: unsigned char when needed to prevent warnings. * src/tftp_server.c: fromlen in recvfrom should be of socklen_t. * src/tftp_client.c: fromlen in recvfrom should be of socklen_t. * src/dhcp_prot.c (do_dhcp): Casts etc so that it compiles cleanly with gcc4.0