summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-09-05 14:42:14 +0200
committerJeroen Roovers <jer@gentoo.org>2020-09-05 14:47:29 +0200
commita8f05682b4b002d085f341aa010c4405b2892c16 (patch)
tree4c8e233348e45710ca8b668fb4cf6702719df3c5 /app-text/pinfo/files/pinfo-0.6.10-dir-file.patch
parentdev-perl/Cpanel-JSON-XS: Bump to version 4.230.0 (diff)
downloadgentoo-a8f05682b4b002d085f341aa010c4405b2892c16.tar.gz
gentoo-a8f05682b4b002d085f341aa010c4405b2892c16.tar.bz2
gentoo-a8f05682b4b002d085f341aa010c4405b2892c16.zip
app-text/pinfo: Old
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'app-text/pinfo/files/pinfo-0.6.10-dir-file.patch')
-rw-r--r--app-text/pinfo/files/pinfo-0.6.10-dir-file.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-text/pinfo/files/pinfo-0.6.10-dir-file.patch b/app-text/pinfo/files/pinfo-0.6.10-dir-file.patch
deleted file mode 100644
index 7a282f354baa..000000000000
--- a/app-text/pinfo/files/pinfo-0.6.10-dir-file.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/filehandling_functions.c
-+++ b/src/filehandling_functions.c
-@@ -742,7 +742,7 @@
- int i, j;
- char *tmpfilename;
-
-- if (strncmp(filename, "dir", 3) == 0)
-+ if (strncmp(filename, "dir", 3) == 0 && !isalnum(filename[3]))
- {
- xfree(buf);
- return opendirfile(number);