Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 10:05:04 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/yp yplib.c
Message-ID:  <200201081805.g08I54J44505@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2002/01/08 10:05:04 PST

  Modified files:
    lib/libc/yp          yplib.c 
  Log:
  Fix some 32/64-bit bugs.  IPv4 addresses are 32-bits, not longs.  On the
  alpha these bugs didn't cause any problems because it was little endian,
  but on sparc64, we ended up with garbage for the IP address when we tried
  to contact the server.  (Usually 3.253.0.0)
  
  Not objected to by:     wpaul
  
  Revision  Changes    Path
  1.37      +13 -9     src/lib/libc/yp/yplib.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?200201081805.g08I54J44505>