From owner-cvs-all Fri Jul 20 9:44:50 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 271E237B403; Fri, 20 Jul 2001 09:44:45 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6KGijr39296; Fri, 20 Jul 2001 09:44:45 -0700 (PDT) (envelope-from mike) Message-Id: <200107201644.f6KGijr39296@freefall.freebsd.org> From: Mike Barcroft Date: Fri, 20 Jul 2001 09:44:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.c 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 mike 2001/07/20 09:44:45 PDT Modified files: usr.bin/whois whois.c Log: o Add phantom's gethostinfo() function to reduce duplicated code. o Increase readability by creating a wrapper for asprintf(3). o Cast isdigit(3) argument to unsigned char for future locale changes. Submitted by: phantom Reviewed by: -audit, des Approved by: des Revision Changes Path 1.22 +57 -50 src/usr.bin/whois/whois.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message