From owner-cvs-all Fri Nov 24 19:14:34 2000 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 50A2037B4CF; Fri, 24 Nov 2000 19:14:32 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08703; Fri, 24 Nov 2000 19:14:32 -0800 (PST) (envelope-from alfred@FreeBSD.org) Message-Id: <200011250314.TAA08703@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 24 Nov 2000 19:14:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern inet_ntoa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/11/24 19:14:32 PST Modified files: sys/libkern inet_ntoa.c Log: add threadsafe version of inet_ntoa (inet_ntoa_r takes a buffer to fill) this is used by some debugging functions Revision Changes Path 1.4 +15 -1 src/sys/libkern/inet_ntoa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message