Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2001 15:06:31 -0800 (PST)
From:      Andrzej Bialecki <abial@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/release/picobsd/tinyware/ns ns.c
Message-ID:  <200101102306.f0AN6WT49539@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <Maxime.Soule@IPricot.com>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101102306.f0AN6WT49539>