aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/pine4/files/patch-ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/pine4/files/patch-ac b/mail/pine4/files/patch-ac
index c51a4d300e21..53a87ba265e1 100644
--- a/mail/pine4/files/patch-ac
+++ b/mail/pine4/files/patch-ac
@@ -1,5 +1,5 @@
-*** pine/osdep/os-bsf.h.orig Sat Jun 15 12:32:50 1996
---- pine/osdep/os-bsf.h Fri Jun 14 00:45:08 1996
+*** pine/osdep/os-bsf.h.orig Tue Dec 3 16:36:18 1996
+--- pine/osdep/os-bsf.h Tue Dec 3 17:46:48 1996
***************
*** 0 ****
--- 1,406 ----
@@ -235,7 +235,7 @@
+
+
+ /*----------------- locale.h -------------------------------------------*/
-+ /* #include <locale.h> /* To make matching and sorting work right */
++ #include <locale.h> /* To make matching and sorting work right */
+
+
+
@@ -247,8 +247,8 @@
+
+
+ /*--------------- signal.h ---------------------------------------------*/
-+ /* #include <signal.h> /* sometimes both required, sometimes */
-+ #include <sys/signal.h> /* only one or the other */
++ #include <signal.h> /* sometimes both required, sometimes */
++ /* #include <sys/signal.h> /* only one or the other */
+
+ #define SigType void /* value returned by sig handlers is void */
+ /* #define SigType int /* value returned by sig handlers is int */
@@ -336,7 +336,7 @@
+ /*----------------------------------------------------------------------
+ If no nntp-servers are defined, this program will be used to post news.
+ ----*/
-+ /* #define SENDNEWS "/usr/local/bin/inews -h" /* news posting cmd */
++ #define SENDNEWS "/usr/local/lib/news/inews -h" /* news posting cmd */
+
+
+ /*--------- Program employed by users to change their password ---------*/