From owner-cvs-src@FreeBSD.ORG Fri Jul 30 21:42:54 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 D388C16A4CE; Fri, 30 Jul 2004 21:42:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4BC543D3F; Fri, 30 Jul 2004 21:42:54 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ULgdsc001311; Fri, 30 Jul 2004 21:42:39 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ULgdwg001310; Fri, 30 Jul 2004 21:42:39 GMT (envelope-from njl) Message-Id: <200407302142.i6ULgdwg001310@repoman.freebsd.org> From: Nate Lawson Date: Fri, 30 Jul 2004 21:42:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ancontrol ancontrol.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: Fri, 30 Jul 2004 21:42:55 -0000 njl 2004-07-30 21:42:39 UTC FreeBSD src repository Modified files: usr.sbin/ancontrol ancontrol.c Log: Clean up some more casts. Note that the an_fudge alignment hack for struct an_ltv_stats needs to be fixed. It has been here since this was imported. Revision Changes Path 1.24 +17 -23 src/usr.sbin/ancontrol/ancontrol.c