Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 1999 19:26:46 -0800 (PST)
From:      Andrew Gallatin <gallatin@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/net gethostbynis.c
Message-ID:  <199901250326.TAA07833@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gallatin    1999/01/24 19:26:46 PST

  Modified files:
    lib/libc/net         gethostbynis.c 
  Log:
  gethostbyname2() was broken for lookups via NIS on FreeBSD/alpha
  due to _gethostbynis() setting h.h_length to sizeof(u_long), which
  works out to 8 on alphas.  And 8!= NS_INADDRSZ.
  
  Revision  Changes    Path
  1.9       +7 -4      src/lib/libc/net/gethostbynis.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?199901250326.TAA07833>