sys-process/lsof: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Fri, 3 Feb 2017 15:30:56 +0000 (16:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 4 Feb 2017 21:21:34 +0000 (22:21 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3791

sys-process/lsof/files/lsof-4.85-arg.c.patch [deleted file]

diff --git a/sys-process/lsof/files/lsof-4.85-arg.c.patch b/sys-process/lsof/files/lsof-4.85-arg.c.patch
deleted file mode 100644 (file)
index 98838cd..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-arg.c.patch    Patches: lsof_4.85_src/arg.c
-
-                        Importance: major for all dialects supporting
-                                    the +|-e option (e.g., Linux)
-
-                        Function: this patch corrects a bug in the
-                                  accumulation of multiple +|-e
-                                  option values
-
-*** /tmp/T0iAaaeo      Thu Oct 20 14:08:43 2011
---- arg.c      Thu Oct 20 14:03:49 2011
-***************
-*** 778,785 ****
-       ep->pathl = i;
-       ep->rdlnk = rdlnk;
-       ep->mp = (struct mounts *)NULL;
-!      if (!(ep->next = Efsysl))
-!          Efsysl = ep;
-       return(0);
-  }
-  #endif       /* defined(HASEOPT) */
---- 778,785 ----
-       ep->pathl = i;
-       ep->rdlnk = rdlnk;
-       ep->mp = (struct mounts *)NULL;
-!      ep->next = Efsysl;
-!      Efsysl = ep;
-       return(0);
-  }
-  #endif       /* defined(HASEOPT) */