mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
- 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
13 lines
303 B
C
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;
|