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,HURD] getconf: fix the value of _CS_PATH


On Sunday, September 30, 2012 17:53:33 Pino Toscano wrote:
> Hi,
> 
> attached there is a patch to add a custom version (copied from the
> unix sysdep) of confstr.h, to avoid using the bsd header which adds a
> non- existing /usr/ucb.

An alternative would be to use an include like:

/* We do not want the sysdeps/unix/bsd version. */
#include <sysdeps/unix/confstr.h>

Andreas
-- 
 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]