This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Move __svc_accept_failed to the right header


On 11/30/2012 04:17 PM, Siddhesh Poyarekar wrote:
Hi,

Looks like the RPC patch declared __svc_accept_failed in the wrong
header.  It should have been in the internal header
(include/rpm/svc.h) and not the external one (sunrpc/rpc/svc.h).  This
causes a build failure for simple programs as described in the
following bug report:

https://bugzilla.redhat.com/show_bug.cgi?id=882137

Attached patch fixes this. OK to commit?

Yes, please do!


Thanks,
Andreas


Siddhesh


ChangeLog:

	* sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
	* include/rpc/svc.h: ... here.



--
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]