diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-07-10 21:41:52 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-07-10 21:41:52 +0000 |
commit | 0bc12f2e490f35fa1d5c0b9969af5d97bd4e8220 (patch) | |
tree | ee5d81babe74b3e53d95b6ea23082bb1f3554d61 /sys/dev/usb/urio.c | |
parent | 9cc3326cf95795347c85a5bc6d7261d7a08b6fa5 (diff) |
no provate cdev_decl()s, they are in sys/conf.h now
Diffstat (limited to 'sys/dev/usb/urio.c')
-rw-r--r-- | sys/dev/usb/urio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/urio.c b/sys/dev/usb/urio.c index acca264e49e..d1d0e25f699 100644 --- a/sys/dev/usb/urio.c +++ b/sys/dev/usb/urio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: urio.c,v 1.11 2002/07/10 13:18:10 nate Exp $ */ +/* $OpenBSD: urio.c,v 1.12 2002/07/10 21:41:51 mickey Exp $ */ /* $NetBSD: urio.c,v 1.11 2002/02/11 15:11:49 augustss Exp $ */ /* @@ -82,7 +82,7 @@ int uriodebug = 0; #endif -#if defined(__NetBSD__) || defined(__OpenBSD__) +#if defined(__NetBSD__) cdev_decl(urio); #elif defined(__FreeBSD__) d_open_t urioopen; |