diff options
| author | augustss <augustss@NetBSD.org> | 1999-10-13 18:52:54 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 1999-10-13 18:52:54 +0000 |
| commit | cefd751ca7045b3d4f1cb6dc10bae339a0242ee6 (patch) | |
| tree | cbc6dda24859428dbb19c8ef1359af026714449f /sys/dev | |
| parent | 358756a99562ee8512139e850373ac48074ec252 (diff) | |
Remove FreeBSD tags that got in there by accident.
Add #include <sys/time.h> to usb.h.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usb.h | 4 | ||||
| -rw-r--r-- | sys/dev/usb/usb_mem.h | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index c14b75915df..81e0ea91091 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -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> diff --git a/sys/dev/usb/usb_mem.h b/sys/dev/usb/usb_mem.h index 4b6a79b8af3..2d631cb427d 100644 --- a/sys/dev/usb/usb_mem.h +++ b/sys/dev/usb/usb_mem.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. |
