From 39cb433c642277377ffec8f5aa17e63c5f94d849 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 30 Dec 1995 04:46:54 +0000 Subject: (std): Make `fd' one of the standard devices. --- devio/MAKEDEV | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devio/MAKEDEV b/devio/MAKEDEV index ad228edc..4adbf331 100644 --- a/devio/MAKEDEV +++ b/devio/MAKEDEV @@ -13,7 +13,7 @@ export _CWD for I; do case "$I" in std) - $0 console tty null zero # fd + $0 console tty null zero fd ;; console|tty[0-9]?|tty[0-9a-f]) $ST $I /hurd/term $_CWD/$I device $I;; -- cgit v1.2.3