From owner-cvs-src@FreeBSD.ORG Tue Apr 13 07:16:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1145916A4CE; Tue, 13 Apr 2004 07:16:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E707A43D31; Tue, 13 Apr 2004 07:16:37 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DEGbGe004262; Tue, 13 Apr 2004 07:16:37 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DEGbi9004261; Tue, 13 Apr 2004 07:16:37 -0700 (PDT) (envelope-from luigi) Message-Id: <200404131416.i3DEGbi9004261@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 13 Apr 2004 07:16:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/arp arp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 14:16:38 -0000 luigi 2004/04/13 07:16:37 PDT FreeBSD src repository Modified files: usr.sbin/arp arp.c Log: Massive cleanup of the code removing global variables to pass function arguments and results. Hopefully no functional changes except fixing a couple of bugs which could cause endless loops if an ioctl() on an interface would fail. Revision Changes Path 1.50 +198 -205 src/usr.sbin/arp/arp.c