summaryrefslogtreecommitdiff
path: root/mail/mush/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mush/patches/patch-ad')
-rw-r--r--mail/mush/patches/patch-ad20
1 files changed, 15 insertions, 5 deletions
diff --git a/mail/mush/patches/patch-ad b/mail/mush/patches/patch-ad
index 6f2ff9be7cc..e26b4f286f8 100644
--- a/mail/mush/patches/patch-ad
+++ b/mail/mush/patches/patch-ad
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.3 2005/05/29 05:33:42 minskim Exp $
+$NetBSD: patch-ad,v 1.4 2006/01/08 17:04:58 joerg Exp $
---- mush.h.orig 2005-05-29 00:29:17.730213120 -0500
+--- mush.h.orig 2006-01-08 16:53:34.000000000 +0000
+++ mush.h
@@ -4,89 +4,98 @@
@@ -644,7 +644,7 @@ $NetBSD: patch-ad,v 1.3 2005/05/29 05:33:42 minskim Exp $
#endif
#endif /* SUNTOOL */
-@@ -547,8 +566,13 @@ u_long glob_flags; /* global boolean f
+@@ -547,19 +566,34 @@ u_long glob_flags; /* global boolean f
/* It is possible to reset MAX_PRIORITY to as high as 9 */
#define MAX_PRIORITY 5
@@ -660,7 +660,11 @@ $NetBSD: patch-ad,v 1.3 2005/05/29 05:33:42 minskim Exp $
struct msg {
u_long m_flags;
long m_offset; /* offset in tempfile of msg */
-@@ -559,7 +583,16 @@ struct msg {
+ long m_size; /* number of bytes in msg */
+ int m_lines; /* number of lines in msg */
++ int m_headers; /* number of header lines in msg */
+ char *m_date_recv;/* Date user received msg (see dates.c for fmt) */
+ char *m_date_sent;/* Date author sent msg (see dates.c for fmt) */
char *m_to; /* Cached To: field */
char *m_subject; /* Cached Subject: field */
char *m_from; /* Cached Reply-To: or From: field */
@@ -678,7 +682,13 @@ $NetBSD: patch-ad,v 1.3 2005/05/29 05:33:42 minskim Exp $
struct options {
char *option;
-@@ -603,7 +636,11 @@ jmp_buf jmpbuf; /* longjmp to jmpbuf on
+@@ -597,13 +631,16 @@ extern char
+ **environ; /* user's environment variables */
+ #endif
+
+-extern int errno; /* global system error number */
+ jmp_buf jmpbuf; /* longjmp to jmpbuf on sigs (not in tool) */
+
char
debug, /* debug causes various print statements in code */
tempfile[MAXPATHLEN], /* path to filename of temporary file */