summaryrefslogtreecommitdiff
path: root/mail/metamail/files/patch-ab
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1994-10-23 01:19:51 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1994-10-23 01:19:51 +0000
commit74fda86565234ce2f5b02523aebf9aebc149013f (patch)
tree39ab1e7454220eea654e52eb84c93b67e3c90c28 /mail/metamail/files/patch-ab
parentReviewed by: (diff)
Reviewed by:
Submitted by: Obtained from: metamail - implementation of MIME, the Multipurpose Internet Mail Extensions
Notes
Notes: svn path=/head/; revision=266
Diffstat (limited to 'mail/metamail/files/patch-ab')
-rw-r--r--mail/metamail/files/patch-ab33
1 files changed, 33 insertions, 0 deletions
diff --git a/mail/metamail/files/patch-ab b/mail/metamail/files/patch-ab
new file mode 100644
index 000000000000..87f0b6b6f1c9
--- /dev/null
+++ b/mail/metamail/files/patch-ab
@@ -0,0 +1,33 @@
+*** config.h.orig Mon Oct 17 21:06:22 1994
+--- config.h Mon Oct 17 21:08:13 1994
+***************
+*** 73,79 ****
+ #ifdef SYSV
+ #define RESET_PROGRAM "tput clear"
+ #else
+! #ifdef __BSD_4_4__
+ #define RESET_PROGRAM "/usr/bin/reset"
+ #else
+ #define RESET_PROGRAM "/usr/ucb/reset"
+--- 73,79 ----
+ #ifdef SYSV
+ #define RESET_PROGRAM "tput clear"
+ #else
+! #if defined(__BSD_4_4__) || defined(__FreeBSD__)
+ #define RESET_PROGRAM "/usr/bin/reset"
+ #else
+ #define RESET_PROGRAM "/usr/ucb/reset"
+***************
+*** 155,161 ****
+--- 155,165 ----
+ #ifdef NeXT
+ #define sigtype void
+ #else
++ #ifdef __FreeBSD__
++ #define sigtype void
++ #else
+ #define sigtype int
++ #endif
+ #endif
+ #endif
+