Browse Source

Pullup: Fix typo in ttyB case

OPENBSD_2_0
niklas 27 years ago
parent
commit
67e6d58363
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.amiga/MAKEDEV

+ 2
- 2
src/etc/etc.amiga/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.14 1996/09/18 22:03:38 deraadt Exp $
# $OpenBSD: MAKEDEV,v 1.14.2.1 1996/10/12 21:10:33 niklas Exp $
# $NetBSD: MAKEDEV,v 1.21 1996/05/19 21:03:49 veego Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -434,7 +434,7 @@ bpf*)
;;
ttyB*)
unit=`expr $i : '...\(.*\)'`
unit=`expr $i : '....\(.*\)'`
rm -f ttyB$unit cuaB$unit
mknod ttyB$unit c 32 $unit
mknod cuaB$unit c 32 `expr $unit + 128`


Loading…
Cancel
Save