From bb2d4c7e76ea628594690b066b09fa0c88bc7e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 3 Jul 1998 15:43:20 +0000 Subject: [PATCH] Not so fast, that was one '0+' too many. PR: 7124 --- etc/MAKEDEV | 4 ++-- etc/etc.i386/MAKEDEV | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 07f4e1e7377..6dce537c2e4 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -107,7 +107,7 @@ # pci PCI configuration-space access from user mode # ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth) # -# $Id: MAKEDEV,v 1.163 1998/03/27 04:35:10 peter Exp $ +# $Id: MAKEDEV,v 1.164 1998/07/02 07:39:01 des Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH @@ -552,7 +552,7 @@ pty*) case $class in 0|1|2|3|4|5|6|7) umask 0 - eval `echo $offset $name | awk ' { b=0+$1; n=0+$2 } END { \ + eval `echo $offset $name | awk ' { b=0+$1; n=$2 } END { \ for (i = 0; i < 32; i++) { c = substr("0123456789abcdefghijklmnopqrstuv", i + 1, 1); \ printf("mknod tty%s%s c 5 %d; \ diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index 07f4e1e7377..6dce537c2e4 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -107,7 +107,7 @@ # pci PCI configuration-space access from user mode # ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth) # -# $Id: MAKEDEV,v 1.163 1998/03/27 04:35:10 peter Exp $ +# $Id: MAKEDEV,v 1.164 1998/07/02 07:39:01 des Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH @@ -552,7 +552,7 @@ pty*) case $class in 0|1|2|3|4|5|6|7) umask 0 - eval `echo $offset $name | awk ' { b=0+$1; n=0+$2 } END { \ + eval `echo $offset $name | awk ' { b=0+$1; n=$2 } END { \ for (i = 0; i < 32; i++) { c = substr("0123456789abcdefghijklmnopqrstuv", i + 1, 1); \ printf("mknod tty%s%s c 5 %d; \