diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 03:34:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 03:34:27 +0000 |
commit | dd8f602776843afb04e569d2feefee5dcbba1cfb (patch) | |
tree | ae5bacae3d053d9422fa9e67b5db6171e5adbf03 /korean/pine/files/patch-ag | |
parent | The 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-ag | 28 |
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); |