diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-24 21:29:06 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-24 21:29:06 +0000 |
commit | 4c14b8ceb4b7d79baf658d69581979dbd14cb4d3 (patch) | |
tree | d0f37d4a17d271444d1c3a4eab05a68bae878418 /sys/dev/usb/usb_port.h | |
parent | cf33caca582f3754c981f1d9d92d2fd7b208869a (diff) |
cold is in systm now
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 339f1341b08..4f561eb86cc 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb_port.h,v 1.25 2001/05/03 02:20:34 aaron Exp $ */ +/* $OpenBSD: usb_port.h,v 1.26 2001/06/24 21:29:05 mickey Exp $ */ /* $NetBSD: usb_port.h,v 1.42 2001/03/28 19:00:39 ichiro Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -279,8 +279,6 @@ typedef int usb_malloc_type; #define realloc usb_realloc void *usb_realloc(void *, u_int, int, int); -extern int cold; - typedef struct device *device_ptr_t; #define USBBASEDEVICE struct device #define USBDEV(bdev) (&(bdev)) |