summaryrefslogtreecommitdiffstats
path: root/bin/sh/error.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-07-19 08:09:04 +0000
committertjr <tjr@FreeBSD.org>2002-07-19 08:09:04 +0000
commit6f7073eccfff9802f5282b17f14d246f99bee922 (patch)
tree24752195ccbd3015a4f1eda248e246c2af4499c0 /bin/sh/error.c
parent641f1fb7d0b2461a61096b8e3cc44c93df53b05e (diff)
downloadFreeBSD-src-6f7073eccfff9802f5282b17f14d246f99bee922.zip
FreeBSD-src-6f7073eccfff9802f5282b17f14d246f99bee922.tar.gz
Remove broken and incomplete support for old releases of System V,
don't support system that implement getcwd(3) with a pipe to /bin/pwd.
Diffstat (limited to 'bin/sh/error.c')
-rw-r--r--bin/sh/error.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/sh/error.c b/bin/sh/error.c
index 77ade56..2b33d29 100644
--- a/bin/sh/error.c
+++ b/bin/sh/error.c
@@ -221,9 +221,6 @@ STATIC const struct errname errormsg[] = {
{ ENXIO, ALL, "no such device or address" },
{ EROFS, ALL, "read-only filesystem" },
{ ETXTBSY, ALL, "text busy" },
-#ifdef SYSV
- { EAGAIN, E_EXEC, "not enough memory" },
-#endif
{ ENOMEM, ALL, "not enough memory" },
#ifdef ENOLINK
{ ENOLINK, ALL, "remote access failed" },
OpenPOWER on IntegriCloud