aboutsummaryrefslogtreecommitdiff
path: root/shells/sash/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'shells/sash/files/patch-ac')
-rw-r--r--shells/sash/files/patch-ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/shells/sash/files/patch-ac b/shells/sash/files/patch-ac
deleted file mode 100644
index fb53eb8cb4d3..000000000000
--- a/shells/sash/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -NPru cmd_ar.c.orig cmd_ar.c
---- cmd_ar.c.orig Sat Oct 2 12:09:04 1999
-+++ cmd_ar.c Sat Jan 22 23:45:10 2000
-@@ -13,6 +13,8 @@
- * This allows extraction and listing of ar files.
- */
-
-+#ifdef HAVE_AR
-+
- #include <ar.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-@@ -1007,5 +1009,6 @@
- arch->name);
- }
-
-+#endif /* HAVE_AR */
-
- /* END CODE */