From 067c670b6a6cbe48f0ece0a67657e42d263484ee Mon Sep 17 00:00:00 2001 From: brad Date: Fri, 19 Jan 2001 01:07:52 +0000 Subject: [PATCH] don't redefine MAX. --- mail/pine/patches/patch-pico_osdep_unix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mail/pine/patches/patch-pico_osdep_unix diff --git a/mail/pine/patches/patch-pico_osdep_unix b/mail/pine/patches/patch-pico_osdep_unix new file mode 100644 index 00000000000..3e1b00af1c1 --- /dev/null +++ b/mail/pine/patches/patch-pico_osdep_unix @@ -0,0 +1,12 @@ +--- pico/osdep/unix.orig Tue Jan 16 17:29:43 2001 ++++ pico/osdep/unix Thu Jan 18 17:42:19 2001 +@@ -2360,7 +2360,9 @@ + return(NULL); + } + else{ ++#ifndef MAX + #define MAX(x,y) ((x) > (y) ? (x) : (y)) ++#endif + avail = alloced = MAX(MAX(sbuf.st_size, 512*sbuf.st_blocks), incr); + if((sbuf.st_mode&S_IFMT) != S_IFDIR){ + if(e)