From owner-cvs-all@FreeBSD.ORG Tue Feb 8 09:16:03 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F35C16A4CE; Tue, 8 Feb 2005 09:16:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30DDC43D41; Tue, 8 Feb 2005 09:16:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j189G33U090666; Tue, 8 Feb 2005 09:16:03 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j189G3Oi090665; Tue, 8 Feb 2005 09:16:03 GMT (envelope-from glebius) Message-Id: <200502080916.j189G3Oi090665@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 8 Feb 2005 09:16:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/flowctl flowctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 09:16:03 -0000 glebius 2005-02-08 09:16:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/flowctl flowctl.c Log: MFC 1.3, 1.4: Remove redundant parameter inherited from ipacctctl. Remove code, inherited from ipacctctl, which sets socket to non-blocking mode, since this introduces problems on SMP. Revision Changes Path 1.2.2.2 +8 -17 src/usr.sbin/flowctl/flowctl.c