summaryrefslogtreecommitdiff
path: root/misc/mshell/files/patch-ac
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:38:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:38:59 +0000
commitbeced671bdcb6ffe50e652d814ac803ba36386d8 (patch)
tree88eb9dbb4fc80b7d159c64e16db129bdd9b80aed /misc/mshell/files/patch-ac
parentAdd the current SUSv4/Open Group Base Specifications Issue 7. (diff)
Remove non staged ports without pending PR from m*
Notes
Notes: svn path=/head/; revision=366962
Diffstat (limited to 'misc/mshell/files/patch-ac')
-rw-r--r--misc/mshell/files/patch-ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/misc/mshell/files/patch-ac b/misc/mshell/files/patch-ac
deleted file mode 100644
index 75efbcd0b77f..000000000000
--- a/misc/mshell/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** functions1.c.orig Sat Sep 24 00:51:45 1994
---- functions1.c Sat Sep 24 00:52:03 1994
-***************
-*** 15,21 ****
- FILE * fp;
- char record [DESCLEN];
- if (( fp = fopen (filename, "r")) == NULL ) {
-! printf ("\tNo such helpfile as %s\!\!\n", filename);
- return;
- }
-
---- 15,21 ----
- FILE * fp;
- char record [DESCLEN];
- if (( fp = fopen (filename, "r")) == NULL ) {
-! printf ("\tNo such helpfile as %s!!\n", filename);
- return;
- }
-