public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-process/lsof/files: lsof-4.85-arg.c.patch
@ 2011-10-30 23:28 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-10-30 23:28 UTC (permalink / raw
  To: gentoo-commits

vapier      11/10/30 23:28:19

  Added:                lsof-4.85-arg.c.patch
  Log:
  Add fix from upstream #388555 by Lars Wendler (Polynomial-C).
  
  (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-process/lsof/files/lsof-4.85-arg.c.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/lsof/files/lsof-4.85-arg.c.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/lsof/files/lsof-4.85-arg.c.patch?rev=1.1&content-type=text/plain

Index: lsof-4.85-arg.c.patch
===================================================================
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) */






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-30 23:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-30 23:28 [gentoo-commits] gentoo-x86 commit in sys-process/lsof/files: lsof-4.85-arg.c.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox