fix silent dependencies (uintN_t)

This commit is contained in:
plunky 2006-10-01 06:08:08 +00:00
parent def8ea24fa
commit 9fcb439a02
3 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bluetooth.h,v 1.2 2006/06/19 22:38:55 gdamore Exp $ */
/* $NetBSD: bluetooth.h,v 1.3 2006/10/01 06:08:08 plunky Exp $ */
/*-
* Copyright (c) 2005 Iain Hibbert.
@ -34,6 +34,7 @@
#define _NETBT_BLUETOOTH_H_
#include <sys/socket.h>
#include <sys/types.h>
/*
* Bluetooth Address Family Protocol Numbers

View File

@ -1,4 +1,4 @@
/* $NetBSD: l2cap.h,v 1.1 2006/06/19 15:44:45 gdamore Exp $ */
/* $NetBSD: l2cap.h,v 1.2 2006/10/01 06:08:08 plunky Exp $ */
/*-
* Copyright (c) 2005 Iain Hibbert.
@ -54,7 +54,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: l2cap.h,v 1.1 2006/06/19 15:44:45 gdamore Exp $
* $Id: l2cap.h,v 1.2 2006/10/01 06:08:08 plunky Exp $
* $FreeBSD: src/sys/netgraph/bluetooth/include/l2cap.h,v 1.4 2005/08/31 18:13:23 emax Exp $
*/
@ -69,6 +69,8 @@
#ifndef _NETBT_L2CAP_H_
#define _NETBT_L2CAP_H_
#include <sys/types.h>
/**************************************************************************
**************************************************************************
** Common defines and types (L2CAP)

View File

@ -1,4 +1,4 @@
/* $NetBSD: rfcomm.h,v 1.1 2006/06/19 15:44:45 gdamore Exp $ */
/* $NetBSD: rfcomm.h,v 1.2 2006/10/01 06:08:08 plunky Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -55,13 +55,15 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: rfcomm.h,v 1.1 2006/06/19 15:44:45 gdamore Exp $
* $Id: rfcomm.h,v 1.2 2006/10/01 06:08:08 plunky Exp $
* $FreeBSD: src/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h,v 1.4 2005/01/11 01:39:53 emax Exp $
*/
#ifndef _NETBT_RFCOMM_H_
#define _NETBT_RFCOMM_H_
#include <sys/types.h>
/*************************************************************************
*************************************************************************
** RFCOMM **