diff options
Diffstat (limited to 'www/harvest/files/patch-aa')
-rw-r--r-- | www/harvest/files/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/harvest/files/patch-aa b/www/harvest/files/patch-aa deleted file mode 100644 index 90e5aae10b26..000000000000 --- a/www/harvest/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- components/gatherer/standard/skim/skim.c.orig Sat Mar 30 18:54:27 2002 -+++ components/gatherer/standard/skim/skim.c Sat Mar 30 18:54:45 2002 -@@ -15,7 +15,7 @@ - - int Argc; - char **Argv; --FILE *InputFile = stdin; -+FILE *InputFile; - - main(argc, argv) - int argc; -@@ -25,6 +25,8 @@ - int Skipping = 0, nlines = 0; - char *Ptr; - char *EndLine; -+ -+ InputFile = stdin; - - /* Set up globals */ - Argc = argc; |