diff options
author | thorpej <thorpej@pkgsrc.org> | 1999-08-18 23:30:26 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 1999-08-18 23:30:26 +0000 |
commit | 78f75f4c1c22950a74f9773cb20da33f1adf6058 (patch) | |
tree | fd935f190dc9ceee56c6011cb32404a8912416b4 /mail/postfix/patches/patch-bl | |
parent | 349ae498db37d2dd27d8563793fd0220212ccbd8 (diff) | |
download | pkgsrc-78f75f4c1c22950a74f9773cb20da33f1adf6058.tar.gz |
Make this build (and work!) on LP64 systems.
I know I sent these to Weitse the first time I built on an Alpha, but
they apparently never made it into the distribution. Oh well.
Diffstat (limited to 'mail/postfix/patches/patch-bl')
-rw-r--r-- | mail/postfix/patches/patch-bl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/postfix/patches/patch-bl b/mail/postfix/patches/patch-bl new file mode 100644 index 00000000000..3eed1990620 --- /dev/null +++ b/mail/postfix/patches/patch-bl @@ -0,0 +1,12 @@ +$NetBSD: patch-bl,v 1.1 1999/08/18 23:30:26 thorpej Exp $ + +--- util/fifo_rdonly_bug.c.orig Tue Aug 17 17:19:00 1999 ++++ util/fifo_rdonly_bug.c Tue Aug 17 17:22:45 1999 +@@ -31,6 +31,7 @@ + #include <unistd.h> + #include <stdlib.h> + #include <fcntl.h> ++#include <string.h> + + #define FIFO_PATH "test-fifo" + #define TRIGGER_DELAY 5 |