diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
commit | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch) | |
tree | 0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/xmailwatcher/files/patch-box.c | |
parent | science/sigrok-cli: update to 0.5.0 (diff) |
Rename mail/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363275
Diffstat (limited to 'mail/xmailwatcher/files/patch-box.c')
-rw-r--r-- | mail/xmailwatcher/files/patch-box.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/xmailwatcher/files/patch-box.c b/mail/xmailwatcher/files/patch-box.c new file mode 100644 index 000000000000..dfb562ea01f3 --- /dev/null +++ b/mail/xmailwatcher/files/patch-box.c @@ -0,0 +1,20 @@ +--- box.c.orig Sat Feb 3 18:13:00 2001 ++++ box.c Sat Feb 3 18:13:50 2001 +@@ -31,7 +31,7 @@ + #include <unistd.h> + #include <sys/stat.h> + #include <sys/types.h> +-#include <sys/dir.h> ++#include <dirent.h> + #include <X11/Xos.h> + + /* MIME processing */ +@@ -235,7 +235,7 @@ + int n, i, tally; + char oneFrom[160]; + char *pos; +- char filename[PATH_MAX]; ++ char filename[FILENAME_MAX]; + + if (flags & BOX_DEBUG) (void) printf("MHparseMailbox(%s)\n", mailbox); + |