diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-08-13 08:26:30 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-08-13 08:26:30 +0000 |
commit | 8eafa877c0b64f0d9304f492468872a5a5ee95f2 (patch) | |
tree | f1a817aac72b09990e270f642adcddc8daa348e8 /sys/dev/usb/usb_port.h | |
parent | 223c512a6b3e2c8ecbdd47082aa3b0d54d9cca29 (diff) |
Display the correct name. Thanks niklas@.
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 4 |
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) = { \ |