From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15001 invoked by alias); 16 Sep 2005 15:15:14 -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 14987 invoked by uid 9341); 16 Sep 2005 15:15:14 -0000 Date: Fri, 16 Sep 2005 15:15:00 -0000 Message-ID: <20050916151514.14986.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos-opt/net/net/common/current ChangeLog test ... X-SW-Source: 2005/txt/msg00284.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: asl@sourceware.org 2005-09-16 15:15:14 Modified files: net/net/common/current: ChangeLog net/net/common/current/tests: dhcp_test.c flood.c ftp_test.c nc_test_slave.c ping_test.c server_test.c tcp_echo.c Log message: * tests/server_test.c: use socklen_t. * tests/nc_test_slave.c: use socklen_t and diag_print type fixes to stop warnings with gcc4.x * tests/tcp_echo.c: use socklen_t and diag_print type fixes to stop warnings with gcc4.x * tests/ping_test.c: use socklen_t. * tests/dhcp_test.c: use socklen_t.