From owner-cvs-all@FreeBSD.ORG Fri Apr 9 16:58:54 2004 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 6354D16A4CE; Fri, 9 Apr 2004 16:58:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C5E143D2D; Fri, 9 Apr 2004 16:58:54 -0700 (PDT) (envelope-from emax@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 i39NwsGe091309; Fri, 9 Apr 2004 16:58:54 -0700 (PDT) (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i39Nws8h091308; Fri, 9 Apr 2004 16:58:54 -0700 (PDT) (envelope-from emax) Message-Id: <200404092358.i39Nws8h091308@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 9 Apr 2004 16:58:53 -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/bluetooth/bt3cfw bt3cfw.c src/usr.sbin/bluetooth/hccontrol hccontrol.h host_controller_baseband.c link_control.c link_policy.c send_recv.c status.c util.c src/usr.sbin/bluetooth/hcsecd hcsecd.c hcsecd.h 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: Fri, 09 Apr 2004 23:58:54 -0000 emax 2004/04/09 16:58:53 PDT FreeBSD src repository Modified files: usr.sbin/bluetooth/bt3cfw bt3cfw.c usr.sbin/bluetooth/hccontrol hccontrol.h host_controller_baseband.c link_control.c link_policy.c send_recv.c status.c util.c usr.sbin/bluetooth/hcsecd hcsecd.c hcsecd.h Log: Use uint instead of u_int Revision Changes Path 1.5 +9 -9 src/usr.sbin/bluetooth/bt3cfw/bt3cfw.c 1.4 +1 -1 src/usr.sbin/bluetooth/hccontrol/hccontrol.h 1.4 +22 -22 src/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c 1.5 +15 -15 src/usr.sbin/bluetooth/hccontrol/link_control.c 1.5 +4 -4 src/usr.sbin/bluetooth/hccontrol/link_policy.c 1.5 +2 -2 src/usr.sbin/bluetooth/hccontrol/send_recv.c 1.5 +4 -4 src/usr.sbin/bluetooth/hccontrol/status.c 1.5 +1 -1 src/usr.sbin/bluetooth/hccontrol/util.c 1.3 +5 -5 src/usr.sbin/bluetooth/hcsecd/hcsecd.c 1.3 +1 -1 src/usr.sbin/bluetooth/hcsecd/hcsecd.h