Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Remove FreeBSD tags that got in there by accident.
details: https://anonhg.NetBSD.org/src/rev/48d032984bbe
branches: trunk
changeset: 477166:48d032984bbe
user: augustss <augustss%NetBSD.org@localhost>
date: Wed Oct 13 18:52:54 1999 +0000
description:
Remove FreeBSD tags that got in there by accident.
Add #include <sys/time.h> to usb.h.
diffstat:
sys/dev/usb/usb.h | 4 ++--
sys/dev/usb/usb_mem.h | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r e343c1c78641 -r 48d032984bbe sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Wed Oct 13 18:37:12 1999 +0000
+++ b/sys/dev/usb/usb.h Wed Oct 13 18:52:54 1999 +0000
@@ -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 -r e343c1c78641 -r 48d032984bbe sys/dev/usb/usb_mem.h
--- a/sys/dev/usb/usb_mem.h Wed Oct 13 18:37:12 1999 +0000
+++ b/sys/dev/usb/usb_mem.h Wed Oct 13 18:52:54 1999 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index