diff options
Diffstat (limited to 'mail/postfix/patches/patch-bq')
-rw-r--r-- | mail/postfix/patches/patch-bq | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/postfix/patches/patch-bq b/mail/postfix/patches/patch-bq new file mode 100644 index 00000000000..2d5045f9aaa --- /dev/null +++ b/mail/postfix/patches/patch-bq @@ -0,0 +1,12 @@ +$NetBSD: patch-bq,v 1.1 1999/08/18 23:30:26 thorpej Exp $ + +--- local/file.c.orig Tue Aug 17 19:02:28 1999 ++++ local/file.c Tue Aug 17 19:02:50 1999 +@@ -50,6 +50,7 @@ + #include <unistd.h> + #include <fcntl.h> + #include <errno.h> ++#include <string.h> + + /* Utility library. */ + |