From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1C7ifd-0002vJ-1U for user-mode-linux-devel@lists.sourceforge.net; Wed, 15 Sep 2004 15:54:37 -0700 Received: from cyphermail.sandelman.ottawa.on.ca ([205.150.200.161] helo=noxmail.sandelman.ottawa.on.ca) by sc8-sf-mx1.sourceforge.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C7ifZ-00079i-E6 for user-mode-linux-devel@lists.sourceforge.net; Wed, 15 Sep 2004 15:54:34 -0700 Received: from lox.sandelman.ottawa.on.ca (IDENT:root@lox.sandelman.ottawa.on.ca [205.150.200.178]) by noxmail.sandelman.ottawa.on.ca (8.11.6p3/8.11.6) with ESMTP id i8FMsVd16738 for ; Wed, 15 Sep 2004 18:54:31 -0400 (EDT) Received: from sandelman.ottawa.on.ca (desk.marajade.sandelman.ca [205.150.200.247]) by lox.sandelman.ottawa.on.ca (8.11.6p3/8.11.6) with ESMTP id i8FN1Lo28938 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Wed, 15 Sep 2004 19:01:26 -0400 (EDT) Received: from sandelman.ottawa.on.ca (marajade [127.0.0.1]) by sandelman.ottawa.on.ca (8.12.11/8.12.3/Debian-6.6) with ESMTP id i8FMrZMV023190 for ; Wed, 15 Sep 2004 18:53:35 -0400 Received: from marajade.sandelman.ottawa.on.ca (mcr@localhost) by sandelman.ottawa.on.ca (8.12.11/8.12.3/Debian-6.6) with ESMTP id i8FMrZJg023187 for ; Wed, 15 Sep 2004 18:53:35 -0400 Mime-Version: 1.0 (generated by tm-edit 1.8) Content-Type: text/plain; charset=US-ASCII Message-ID: <23186.1095288815@marajade.sandelman.ottawa.on.ca> From: Michael Richardson Subject: [uml-devel] PATCH: Netdevice 0 -- port number patch Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Wed, 15 Sep 2004 18:53:35 -0400 To: user-mode-linux-devel@lists.sourceforge.net This fixes the mcast device code to log the right port number. --- UMLPOOL/plain/arch/um/drivers/mcast_kern.c.orig 2004-09-15 15:44:43.000000000 -0400 +++ UMLPOOL/plain/arch/um/drivers/mcast_kern.c 2004-09-15 18:45:09.000000000 -0400 @@ -43,7 +43,7 @@ .dev = dev }); printk("mcast backend "); printk("multicast adddress: %s:%u, TTL:%u ", - dpri->addr, dpri->port, dpri->ttl); + dpri->addr, ntohs(dpri->port), dpri->ttl); printk("\n"); } ------------------------------------------------------- This SF.Net email is sponsored by: thawte's Crypto Challenge Vl Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam Camcorder. More prizes in the weekly Lunch Hour Challenge. Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel