freebsd-ports/sysutils/weedit/files/patch-utils__readdb.c
Emanuel Haupt 49477413c0 - Remove vanished master site
- Quiesce portlint about patch format
2016-03-25 20:59:47 +00:00

11 lines
343 B
C

--- utils/readdb.c.orig 2016-03-25 20:56:46 UTC
+++ utils/readdb.c
@@ -9,7 +9,7 @@ char *id="\n\n\n\n\n-CW was here-\n\n\n\
#include <stdio.h>
#include <memory.h>
#include <time.h>
-
int main(unsigned int argc, char **argv)
+int main(int argc, char **argv)
{
unsigned long fsize, fcount, ccount, offset, offset2, i;
unsigned char *db;