summaryrefslogtreecommitdiff
path: root/japanese/namazu2/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/namazu2/patches/patch-ak')
-rw-r--r--japanese/namazu2/patches/patch-ak14
1 files changed, 0 insertions, 14 deletions
diff --git a/japanese/namazu2/patches/patch-ak b/japanese/namazu2/patches/patch-ak
deleted file mode 100644
index 50aa5079a11..00000000000
--- a/japanese/namazu2/patches/patch-ak
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ak,v 1.1 2001/09/24 03:56:02 taca Exp $
-
---- pl/util.pl.orig Mon Aug 20 22:32:20 2001
-+++ pl/util.pl
-@@ -145,7 +145,8 @@
- return '';
- }
- } else {
-- $fh = efopen($arg) || return 0; # in case file is removed after find_file
-+ $fh = fopen($arg) || return 0; # in case file is removed after find_file
-+ # 2.0.7 had problem
- }
- my $size = -s $fh;
- return $size;