summaryrefslogtreecommitdiff
path: root/korean/pine/files/patch-ag
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-13 03:34:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-13 03:34:27 +0000
commitdd8f602776843afb04e569d2feefee5dcbba1cfb (patch)
treeae5bacae3d053d9422fa9e67b5db6171e5adbf03 /korean/pine/files/patch-ag
parentThe micq port was marked FORBIDDEN for security reasons 13 months ago. (diff)
The pine port was marked FORBIDDEN for security reasons 2 years ago.
Remove it.
Diffstat (limited to 'korean/pine/files/patch-ag')
-rw-r--r--korean/pine/files/patch-ag28
1 files changed, 0 insertions, 28 deletions
diff --git a/korean/pine/files/patch-ag b/korean/pine/files/patch-ag
deleted file mode 100644
index a9742708f79d..000000000000
--- a/korean/pine/files/patch-ag
+++ /dev/null
@@ -1,28 +0,0 @@
-*** imap/ANSI/c-client/mh.c.orig Wed May 15 13:49:54 1996
---- imap/ANSI/c-client/mh.c Fri Jun 14 00:12:23 1996
-***************
-*** 808,812 ****
- if (sbuf.st_ctime != LOCAL->scantime) {
- struct direct **names = NIL;
-! long nfiles = scandir (LOCAL->dir,&names,mh_select,mh_numsort);
- old = nmsgs ? mail_elt (stream,nmsgs)->data1 : 0;
- /* note scanned now */
---- 808,812 ----
- if (sbuf.st_ctime != LOCAL->scantime) {
- struct direct **names = NIL;
-! long nfiles = scandir (LOCAL->dir,&names,mh_select,(void*)mh_numsort);
- old = nmsgs ? mail_elt (stream,nmsgs)->data1 : 0;
- /* note scanned now */
-***************
-*** 1050,1054 ****
- }
- mh_file (tmp,mailbox); /* build file name we will use */
-! if (nfiles = scandir (tmp,&names,mh_select,mh_numsort)) {
- /* largest number */
- last = atoi (names[nfiles-1]->d_name);
---- 1050,1054 ----
- }
- mh_file (tmp,mailbox); /* build file name we will use */
-! if (nfiles = scandir (tmp,&names,mh_select,(void*)mh_numsort)) {
- /* largest number */
- last = atoi (names[nfiles-1]->d_name);