1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/mail/pine4/files/patch-an
Andrey A. Chernov 9d53204d89 Pine 4.00 port
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
1998-07-18 05:49:22 +00:00

37 lines
828 B
Plaintext

*** 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