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-ah | |
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.
Notes
Notes:
svn path=/head/; revision=67928
Diffstat (limited to 'korean/pine/files/patch-ah')
-rw-r--r-- | korean/pine/files/patch-ah | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/korean/pine/files/patch-ah b/korean/pine/files/patch-ah deleted file mode 100644 index d91c27e83135..000000000000 --- a/korean/pine/files/patch-ah +++ /dev/null @@ -1,15 +0,0 @@ -*** imap/ANSI/c-client/news.c.orig Wed May 15 13:50:02 1996 ---- imap/ANSI/c-client/news.c Fri Jun 14 00:12:49 1996 -*************** -*** 310,314 **** - while (s = strchr (s,'.')) *s = '/'; - /* scan directory */ -! if ((nmsgs = scandir (tmp,&names,news_select,news_numsort)) >= 0) { - stream->local = fs_get (sizeof (NEWSLOCAL)); - LOCAL->dirty = NIL; /* no update to .newsrc needed yet */ ---- 310,314 ---- - while (s = strchr (s,'.')) *s = '/'; - /* scan directory */ -! if ((nmsgs = scandir (tmp,&names,news_select,(void*)news_numsort)) >= 0) { - stream->local = fs_get (sizeof (NEWSLOCAL)); - LOCAL->dirty = NIL; /* no update to .newsrc needed yet */ |