diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-12 04:54:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-12 04:54:06 +0000 |
commit | 0ecf018154a81e470da82baa4ff445f20180dacf (patch) | |
tree | 8509548afbf6ba47255ac27ef101cc85975c8b60 /etc/etc.macppc | |
parent | 84f1f80032b6def49873ab24262d33566aeae355 (diff) |
replace usbs with uall to avoid matching balony
Diffstat (limited to 'etc/etc.macppc')
-rw-r--r-- | etc/etc.macppc/MAKEDEV.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.macppc/MAKEDEV.md b/etc/etc.macppc/MAKEDEV.md index a0a002042be..2516da3a37b 100644 --- a/etc/etc.macppc/MAKEDEV.md +++ b/etc/etc.macppc/MAKEDEV.md @@ -1,5 +1,5 @@ vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.16 2004/02/16 19:01:01 miod Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.17 2004/03/12 04:54:05 deraadt Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> @@ -47,7 +47,7 @@ _DEV(wsmux, 70) _TITLE(point) _DEV(wsmouse, 69) _TITLE(usb) -_DEV(usbs) +_DEV(uall) _DEV(ttyU, 66) _DEV(ugen, 63) _DEV(uhid, 62) |