diff options
Diffstat (limited to 'textproc/agrep/files/patch-checkfile.c')
-rw-r--r-- | textproc/agrep/files/patch-checkfile.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/agrep/files/patch-checkfile.c b/textproc/agrep/files/patch-checkfile.c new file mode 100644 index 000000000000..3255d658550c --- /dev/null +++ b/textproc/agrep/files/patch-checkfile.c @@ -0,0 +1,10 @@ +--- checkfile.c.orig 1992-01-17 20:14:42.000000000 +0100 ++++ checkfile.c 2011-11-27 13:19:28.000000000 +0100 +@@ -65,6 +65,7 @@ + return ISSOCKET; + } + */ ++ return 0; + } + } + |