diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-06-15 06:51:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-06-15 06:51:13 +0000 |
commit | 0b9fff16f18c4a0b000f308c6aef05e01dbb1405 (patch) | |
tree | e11d21fa746fb3a0121938c6b14e8e2cfab5867d | |
parent | 67b38377ed6c8059dcf663de94a9b9a130e39e7e (diff) |
Regen
-rw-r--r-- | etc/etc.hppa/MAKEDEV | 4 | ||||
-rw-r--r-- | etc/etc.hppa64/MAKEDEV | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.hppa/MAKEDEV b/etc/etc.hppa/MAKEDEV index c255ca2cdee..3bdebee2ec4 100644 --- a/etc/etc.hppa/MAKEDEV +++ b/etc/etc.hppa/MAKEDEV @@ -3,7 +3,7 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.hppa/MAKEDEV.md,v 1.22 2004/09/15 01:02:31 mickey Exp +# OpenBSD: etc.hppa/MAKEDEV.md,v 1.23 2005/06/15 06:50:47 miod Exp # OpenBSD: MAKEDEV.common,v 1.18 2005/06/02 20:09:38 tholo Exp # OpenBSD: MAKEDEV.mi,v 1.73 2005/02/07 06:14:18 david Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp @@ -302,7 +302,7 @@ lpt*|lpa*) lpt*) n=lpt f=0;; lpa*) n=lpa f=128;; esac - M $n$U c 30 $(($U+$f)) 600 + M $n$U c 26 $(($U+$f)) 600 ;; wsmouse*) diff --git a/etc/etc.hppa64/MAKEDEV b/etc/etc.hppa64/MAKEDEV index 92aa59122e5..5dd38e87c8f 100644 --- a/etc/etc.hppa64/MAKEDEV +++ b/etc/etc.hppa64/MAKEDEV @@ -3,7 +3,7 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.hppa64/MAKEDEV.md,v 1.1 2005/04/01 16:02:16 deraadt Exp +# OpenBSD: etc.hppa64/MAKEDEV.md,v 1.2 2005/06/15 06:50:48 miod Exp # OpenBSD: MAKEDEV.common,v 1.18 2005/06/02 20:09:38 tholo Exp # OpenBSD: MAKEDEV.mi,v 1.73 2005/02/07 06:14:18 david Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp @@ -302,7 +302,7 @@ lpt*|lpa*) lpt*) n=lpt f=0;; lpa*) n=lpa f=128;; esac - M $n$U c 30 $(($U+$f)) 600 + M $n$U c 26 $(($U+$f)) 600 ;; wsmouse*) |