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