summaryrefslogtreecommitdiff
path: root/devio
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-12-30 04:46:54 +0000
committerMiles Bader <miles@gnu.org>1995-12-30 04:46:54 +0000
commit39cb433c642277377ffec8f5aa17e63c5f94d849 (patch)
treea95c589893e0ad0de3adb8489c49dc8ffbe52bc6 /devio
parent1d31ea0d45d5699a0a201fa4e3d448e1a2872909 (diff)
(std): Make `fd' one of the standard devices.
Diffstat (limited to 'devio')
-rw-r--r--devio/MAKEDEV2
1 files changed, 1 insertions, 1 deletions
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;;