ports/mail/qmailmrtg7/files/patch-checkq.c
Juraj Lutter 787b8db31a mail/qmailmrtg7: Resurrect port
- Update MASTER_SITES to working download location
- Reformat Makefile according to portclippy/portfmt
- For now, ale@ will remain the MAINTAINER

PR:		251953
Reported by:	Charles Lecklider <freebsd@charles.lecklider.org>
Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D28138
2021-01-29 14:52:13 +00:00

13 lines
303 B
C

--- 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;