summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>1999-08-13 08:26:29 +0000
committerfgsch <fgsch@openbsd.org>1999-08-13 08:26:29 +0000
commit53c9293fff9dbb0f0fd32ddcf3ecc889b14b494d (patch)
tree88e41ac2e803acbc8e194db49f09258a3986eca0
parentRemove unncessary printfs as well as NetBSD ifdefs. (diff)
downloadwireguard-openbsd-53c9293fff9dbb0f0fd32ddcf3ecc889b14b494d.tar.xz
wireguard-openbsd-53c9293fff9dbb0f0fd32ddcf3ecc889b14b494d.zip
Display the correct name. Thanks niklas@.
-rw-r--r--sys/dev/usb/usb_port.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h
index f93add4b16f..56162c122ac 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.1 1999/08/13 05:28:04 fgsch Exp $ */
+/* $OpenBSD: usb_port.h,v 1.2 1999/08/13 08:26:29 fgsch Exp $ */
/* $NetBSD: usb_port.h,v 1.7 1999/06/30 06:44:23 augustss Exp $ */
/*
@@ -140,7 +140,7 @@ int __CONCAT(dname,_detach) __P((struct device *, int)); \
int __CONCAT(dname,_activate) __P((struct device *, enum devact)); \
\
struct cfdriver __CONCAT(dname,_cd) = { \
- NULL, _1, DV_DULL \
+ NULL, #dname, DV_DULL \
}; \
\
struct cfattach __CONCAT(dname,_ca) = { \