From owner-cvs-all Thu Jun 7 6:50:35 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 3916137B405; Thu, 7 Jun 2001 06:50:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57DoPp99465; Thu, 7 Jun 2001 06:50:25 -0700 (PDT) (envelope-from ru) Message-Id: <200106071350.f57DoPp99465@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Jun 2001 06:50:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/route route.8 route.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 ru 2001/06/07 06:50:24 PDT Modified files: sbin/route route.8 route.c Log: - Exit 1 if "add", "change", or "delete" operation fails. PR: bin/12489 - Use inet_ntoa(3) where it should have been used. This part of code simply wasn't converted to the "new" style after the routename() function was converted from the protocol-generic version to protocol-specific version in CSRG revision 5.6. MFC after: 1 week Revision Changes Path 1.23 +5 -1 src/sbin/route/route.8 1.45 +9 -11 src/sbin/route/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message