summaryrefslogtreecommitdiff
path: root/japanese/pine/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/pine/files/patch-ah')
-rw-r--r--japanese/pine/files/patch-ah32
1 files changed, 18 insertions, 14 deletions
diff --git a/japanese/pine/files/patch-ah b/japanese/pine/files/patch-ah
index a09f8427e3f7..821655583887 100644
--- a/japanese/pine/files/patch-ah
+++ b/japanese/pine/files/patch-ah
@@ -1,15 +1,19 @@
-*** pico/os_unix.h Mon Jun 27 18:33:43 1994
---- pico/os_unix.h Fri Sep 2 02:35:45 1994
+*** imap/ANSI/c-client/news.c.orig Thu May 16 03:50:02 1996
+--- imap/ANSI/c-client/news.c Fri Sep 20 13:44:42 1996
***************
-*** 104,108 ****
- * type qsort() expects
- */
-! #if defined(nxt) || defined(neb)
- #define QSType void
- #define QcompType const void
---- 104,108 ----
- * type qsort() expects
- */
-! #if defined(nxt) || defined(neb) || defined(__FreeBSD__)
- #define QSType void
- #define QcompType const void
+*** 309,315 ****
+ stream->mailbox + 1);
+ 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 */
+ LOCAL->dir = cpystr (tmp); /* copy directory name for later */
+--- 309,315 ----
+ stream->mailbox + 1);
+ 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 */
+ LOCAL->dir = cpystr (tmp); /* copy directory name for later */