diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-04-27 13:18:38 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-04-27 13:18:38 +0000 |
commit | ff4781ad57ebff6a27d69a557d63187a82852ad6 (patch) | |
tree | 1b522d50c9860d17d55ee6d8aeef43db5b94f2af /mail/mh/files/patch-ab | |
parent | Upgrade to beta-2b (diff) |
With the 6.8.4 MegaPatch, most of our kluges no longer apply, so
remove them, and only bring back shared libraries and an appropriate
mtstailor.
Diffstat (limited to '')
-rw-r--r-- | mail/mh/files/patch-ab | 16 |
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; |