From owner-cvs-all Thu Oct 4 3:34:37 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 E01E737B406; Thu, 4 Oct 2001 03:34:30 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94AYUF34387; Thu, 4 Oct 2001 03:34:30 -0700 (PDT) (envelope-from bde) Message-Id: <200110041034.f94AYUF34387@freefall.freebsd.org> From: Bruce Evans Date: Thu, 4 Oct 2001 03:34:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include netdb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/10/04 03:34:30 PDT Modified files: include netdb.h Log: Fixed order of includes. must be included before 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