diff --git a/src/etc/etc.i386/MAKEDEV b/src/etc/etc.i386/MAKEDEV index 0c00c127..a6d924c1 100644 --- a/src/etc/etc.i386/MAKEDEV +++ b/src/etc/etc.i386/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.26 1996/09/25 13:53:36 deraadt Exp $ +# $OpenBSD: MAKEDEV,v 1.27 1996/09/28 18:28:01 deraadt Exp $ # $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -126,12 +126,6 @@ ttyC*) rm -f ttyC$unit mknod ttyC$unit c 12 $unit chown root.wheel ttyC$unit - case $unit in - 0) - rm -f vga - ln -s ttyC0 vga - ;; - esac ;; fd)