Remove FreeBSD tags that got in there by accident.
Add #include <sys/time.h> to usb.h.
This commit is contained in:
parent
358756a995
commit
cefd751ca7
|
@ -1,5 +1,4 @@
|
|||
/* $NetBSD: usb.h,v 1.36 1999/10/13 08:10:58 augustss Exp $ */
|
||||
/* $FreeBSD: src/sys/dev/usb/usb.h,v 1.13 1999/10/07 19:26:34 n_hibma Exp $ */
|
||||
/* $NetBSD: usb.h,v 1.37 1999/10/13 18:52:54 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -43,6 +42,7 @@
|
|||
#define _USB_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#if defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#include <sys/ioctl.h>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $NetBSD: usb_mem.h,v 1.9 1999/10/13 08:10:58 augustss Exp $ */
|
||||
/* $FreeBSD: src/sys/dev/usb/usb_mem.h,v 1.8 1999/10/07 19:26:34 n_hibma Exp $ */
|
||||
/* $NetBSD: usb_mem.h,v 1.10 1999/10/13 18:52:54 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
|
|
Loading…
Reference in New Issue