diff options
Diffstat (limited to 'mail/qmailmrtg7/files/patch-checkq.c')
-rw-r--r-- | mail/qmailmrtg7/files/patch-checkq.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/qmailmrtg7/files/patch-checkq.c b/mail/qmailmrtg7/files/patch-checkq.c new file mode 100644 index 000000000000..593845741c0a --- /dev/null +++ b/mail/qmailmrtg7/files/patch-checkq.c @@ -0,0 +1,13 @@ +--- 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) + { + FILE *fs; + DIR *mydir; |