Checking support for fcom to arm32 MAKEDEV, fixes pr 11076.

This commit is contained in:
chris 2001-06-10 22:07:23 +00:00
parent 68536ce2c4
commit ecc1e181a0
1 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.54 2001/06/10 22:05:44 chris Exp $
# $NetBSD: MAKEDEV,v 1.55 2001/06/10 22:07:23 chris Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -334,6 +334,15 @@ tty*)
chown uucp.wheel tty0$unit dty0$unit
;;
fcom*)
unit=${i#fcom}
fcom=fcom$unit
rm -f $fcom
mknod $fcom c 54 $unit
chown uucp.wheel $fcom
chmod 600 $fcom
;;
pty*)
class=${i#pty}
case $class in