summaryrefslogtreecommitdiff
path: root/editors/pico/files/patch-an
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-02 09:04:10 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-02 09:04:10 +0000
commitf88fe6dcdcb6bc3ae59c7cbb38808d11541f3893 (patch)
tree964e4f0f0bcc16ee548713c315a8a6b106d36b4f /editors/pico/files/patch-an
parentUpdate to 2.5.2.2. (diff)
Add pico 3.7, PIne's message COmposition editor.
PR: 23596 Submitted by: Jeremy Shaffner <jeremy@external.org> Approved by: asami (no repository copy necessary)
Notes
Notes: svn path=/head/; revision=36595
Diffstat (limited to 'editors/pico/files/patch-an')
-rw-r--r--editors/pico/files/patch-an36
1 files changed, 36 insertions, 0 deletions
diff --git a/editors/pico/files/patch-an b/editors/pico/files/patch-an
new file mode 100644
index 000000000000..2d9cc2dc5bea
--- /dev/null
+++ b/editors/pico/files/patch-an
@@ -0,0 +1,36 @@
+*** pico/osdep/os-bsf.h.orig Wed Jul 8 19:37:28 1998
+--- pico/osdep/os-bsf.h Fri Jul 10 12:57:37 1998
+***************
+*** 23,29 ****
+
+ #define USE_DIRENT
+ #include <sys/types.h>
+! #include <sys/dir.h>
+ #include <stdlib.h>
+ #include <string.h>
+
+--- 23,29 ----
+
+ #define USE_DIRENT
+ #include <sys/types.h>
+! #include <dirent.h>
+ #include <stdlib.h>
+ #include <string.h>
+
+***************
+*** 152,158 ****
+ /*
+ * Place where mail gets delivered (for pico's new mail checking)
+ */
+! #define MAILDIR "/usr/spool/mail"
+
+ /*
+ * What and where the tool that checks spelling is located. If this is
+--- 152,158 ----
+ /*
+ * Place where mail gets delivered (for pico's new mail checking)
+ */
+! #define MAILDIR "/var/mail"
+
+ /*
+ * What and where the tool that checks spelling is located. If this is