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] |
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. Thanks, -- Pino Toscano
Hurd: fix the _CS_PATH getconf value Copy sysdeps/unix/confstr.h to avoid using sysdeps/unix/bsd/confstr.h which adds a non-existing /usr/ucb. 2012-08-30 Pino Toscano <toscano.pino@tiscali.it> * sysdeps/mach/hurd/confstr.h: New file, copied from sysdeps/unix/confstr.h. --- /dev/null +++ b/sysdeps/mach/hurd/confstr.h @@ -0,0 +1 @@ +#define CS_PATH "/bin:/usr/bin"
Attachment:
signature.asc
Description: This is a digitally signed message part.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |