allow "for i do echo $i; done"
[unix-history] / usr / src / bin / sh / error.c
index 0c677a1..fe62122 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)error.c    5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)error.c    5.2 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -178,7 +178,7 @@ STATIC const struct errname errormsg[] = {
 #endif
        ENOMEM, ALL,    "not enough memory",
 #ifdef ENOLINK
 #endif
        ENOMEM, ALL,    "not enough memory",
 #ifdef ENOLINK
-       ENOLINK, ALL,   "remote access failed"
+       ENOLINK, ALL,   "remote access failed",
 #endif
 #ifdef EMULTIHOP
        EMULTIHOP, ALL, "remote access failed",
 #endif
 #ifdef EMULTIHOP
        EMULTIHOP, ALL, "remote access failed",