aboutsummaryrefslogtreecommitdiffstats
path: root/shells/pash/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'shells/pash/files/patch-ad')
-rw-r--r--shells/pash/files/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/pash/files/patch-ad b/shells/pash/files/patch-ad
new file mode 100644
index 000000000000..e099eebf002d
--- /dev/null
+++ b/shells/pash/files/patch-ad
@@ -0,0 +1,12 @@
+--- findfile.c.orig Wed Nov 6 21:39:52 1996
++++ findfile.c Sat Dec 30 02:30:51 2000
+@@ -201,9 +201,6 @@
+ case ENOSPC:
+ AddAnswerBoxItem(&InfoMsg,"Out of inodes.");
+ break;
+- case ENOSR:
+- AddAnswerBoxItem(&InfoMsg,"Unable to allocate stream.");
+- break;
+ case ENOTDIR:
+ AddAnswerBoxItem(&InfoMsg,"Invalid file specification.");
+ break;