mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
0a5e44aa58
Submitted by: maintainer
21 lines
496 B
Plaintext
21 lines
496 B
Plaintext
--- pico/osdep/os-bsf.h.orig Thu Jul 9 00:37:28 1998
|
|
+++ pico/osdep/os-bsf.h Tue Jul 28 08:35:00 1998
|
|
@@ -23,7 +23,7 @@
|
|
|
|
#define USE_DIRENT
|
|
#include <sys/types.h>
|
|
-#include <sys/dir.h>
|
|
+#include <dirent.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
@@ -152,7 +152,7 @@
|
|
/*
|
|
* Place where mail gets delivered (for pico's new mail checking)
|
|
*/
|
|
-#define MAILDIR "/usr/spool/mail"
|
|
+#define MAILDIR "/var/mail"
|
|
|
|
/*
|
|
* What and where the tool that checks spelling is located. If this is
|