summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-an
blob: 2d9cc2dc5bea5b7ea494d6d91d847436b247a682 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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