diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-03 16:30:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-04 22:21:34 +0100 |
commit | 5df43f97e272762570771685e08b4e440bed357e (patch) | |
tree | 1b4f06ff7ffe4f932e2d48045395f79c4ca58133 | |
parent | sys-power/apcupsd: remove unused file (diff) | |
download | gentoo-5df43f97e272762570771685e08b4e440bed357e.tar.gz gentoo-5df43f97e272762570771685e08b4e440bed357e.tar.bz2 gentoo-5df43f97e272762570771685e08b4e440bed357e.zip |
sys-process/lsof: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3791
-rw-r--r-- | sys-process/lsof/files/lsof-4.85-arg.c.patch | 30 |
1 files changed, 0 insertions, 30 deletions
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 index 98838cd772f3..000000000000 --- a/sys-process/lsof/files/lsof-4.85-arg.c.patch +++ /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) */ |