From owner-cvs-all Tue Aug 22 12:21:13 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 DAE0737B423; Tue, 22 Aug 2000 12:21:08 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA46365; Tue, 22 Aug 2000 12:21:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200008221921.MAA46365@freefall.freebsd.org> From: John Baldwin Date: Tue, 22 Aug 2000 12:21:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net rcmd.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/08/22 12:21:08 PDT Modified files: (Branch: RELENG_4) lib/libc/net rcmd.3 Log: MFC: Document the API change to allocate rcmd{,_af}()'s *ahost argument using malloc() rather than pointing it at something that's free()d before the function returns. Revision Changes Path 1.12.2.3 +6 -1 src/lib/libc/net/rcmd.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message