From owner-cvs-all Thu Apr 5 10:18:40 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 807F337B43F; Thu, 5 Apr 2001 10:18:37 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35HIbJ66169; Thu, 5 Apr 2001 10:18:37 -0700 (PDT) (envelope-from iedowse) Message-Id: <200104051718.f35HIbJ66169@freefall.freebsd.org> From: Ian Dowse Date: Thu, 5 Apr 2001 10:18:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/showmount showmount.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/04/05 10:18:36 PDT Modified files: usr.bin/showmount showmount.c Log: Add IPv6 support to showmount(8). This replaces IPv4-specific code with calls to the new protocol-independent clnt_*_create functions provided by ti-rpc. Martin submitted a more complex patch to achieve this, but it turns out that clnt_create() does everything we need. Reviewed by: Martin Blapp Revision Changes Path 1.9 +3 -35 src/usr.bin/showmount/showmount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message