From owner-cvs-all Wed Jan 10 15: 6:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 169C837B69B; Wed, 10 Jan 2001 15:06:32 -0800 (PST) Received: (from abial@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AN6WT49539; Wed, 10 Jan 2001 15:06:32 -0800 (PST) (envelope-from abial) Message-Id: <200101102306.f0AN6WT49539@freefall.freebsd.org> From: Andrzej Bialecki Date: Wed, 10 Jan 2001 15:06:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/tinyware/ns ns.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG abial 2001/01/10 15:06:31 PST Modified files: release/picobsd/tinyware/ns ns.c Log: Fix so that the netmask is displayed correctly when it does not consist of contiguous bits in little endian format. Before the fix the netmask of 0xfffffff0 (0xf0ffffff in little endian format) was displayed /24 instead of /28. Also, add a missing include. Submitted by: Maxime Soule Revision Changes Path 1.10 +10 -5 src/release/picobsd/tinyware/ns/ns.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message