summaryrefslogtreecommitdiff
path: root/mail/mh/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
commit0d98f1227110082e9e507ca236458f6c363e25b6 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /mail/mh/files/patch-ab
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'mail/mh/files/patch-ab')
-rw-r--r--mail/mh/files/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/mail/mh/files/patch-ab b/mail/mh/files/patch-ab
deleted file mode 100644
index b5d02ae2d62c..000000000000
--- a/mail/mh/files/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-*** folder.c.orig Tue Nov 30 20:01:36 1993
---- uip/folder.c Fri Jul 1 13:11:16 1994
-***************
-*** 551,556 ****
---- 551,561 ----
-
- base = strcmp (name, "./") ? name : name + 2;/* hack */
-
-+ /* short-cut to see if directory has any sub-directories */
-+
-+ if (stat (name, &st) != NOTOK && st.st_nlink == 2)
-+ return;
-+
- if ((dd = opendir (name)) == NULL) {
- admonish (name, "unable to read directory ");
- return;