From owner-cvs-all Sat Apr 28 0:43: 4 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 4A9BF37B42C; Sat, 28 Apr 2001 00:43:02 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3S7h2g13888; Sat, 28 Apr 2001 00:43:02 -0700 (PDT) (envelope-from markm) Message-Id: <200104280743.f3S7h2g13888@freefall.freebsd.org> From: Mark Murray Date: Sat, 28 Apr 2001 00:43:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rshd rshd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2001/04/28 00:43:02 PDT Modified files: libexec/rshd rshd.c Log: Clean up the error handling code a bit. There is no need to "roll our own" error() routine when errx() is available. This resolves a conflict when linking statically. Revision Changes Path 1.37 +27 -90 src/libexec/rshd/rshd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message