aboutsummaryrefslogtreecommitdiff
path: root/mail/qmailmrtg7
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2011-12-23 09:21:37 +0000
committerAlex Dupre <ale@FreeBSD.org>2011-12-23 09:21:37 +0000
commit044fb08e8f0e4960d3c44e5f50e4a118168fe14e (patch)
tree2fc0f5ce94819a64007095ae517ab9b40b7dbc3a /mail/qmailmrtg7
parent4067037eb0a06f667b0393d011cf76d89ca3e1b4 (diff)
downloadports-044fb08e8f0e4960d3c44e5f50e4a118168fe14e.tar.gz
ports-044fb08e8f0e4960d3c44e5f50e4a118168fe14e.zip
Notes
Diffstat (limited to 'mail/qmailmrtg7')
-rw-r--r--mail/qmailmrtg7/files/patch-checkq.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/mail/qmailmrtg7/files/patch-checkq.c b/mail/qmailmrtg7/files/patch-checkq.c
index f9e0355cece1..593845741c0a 100644
--- a/mail/qmailmrtg7/files/patch-checkq.c
+++ b/mail/qmailmrtg7/files/patch-checkq.c
@@ -1,10 +1,13 @@
---- checkq.c.orig 2011-12-15 12:22:43.000000000 +0100
-+++ checkq.c 2011-12-15 12:23:47.000000000 +0100
-@@ -21,6 +21,7 @@
+--- checkq.c.orig 2004-02-29 10:54:02.000000000 +0100
++++ checkq.c 2011-12-23 10:20:40.000000000 +0100
+@@ -21,8 +21,9 @@
#include <sys/stat.h>
#include <unistd.h>
#include <dirent.h>
+#include <string.h>
- int main(int argc, char *argv)
+-int main(int argc, char *argv)
++int main(int argc, char **argv)
{
+ FILE *fs;
+ DIR *mydir;