Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2001 03:34:30 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include netdb.h
Message-ID:  <200110041034.f94AYUF34387@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2001/10/04 03:34:30 PDT

  Modified files:
    include              netdb.h 
  Log:
  Fixed order of includes.  <sys/cdefs.h> must be included before
  <machine/ansi.h> for the definition of __signed, unless the compiler
  is gcc.
  
  Moved the declaration of socklen_t up together with the declaration of
  size_t, and removed low-quality comment about this declaration.  Declaring
  socklen_t in this file is normal in POSIX-1.200x, unlike declaring size_t.
  
  Revision  Changes    Path
  1.22      +7 -10     src/include/netdb.h


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?200110041034.f94AYUF34387>