NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/50166: [PATCH] MAXPATHLEN / PATH_MAX definitions (for GNU/Hurd support in Rump)
The following reply was made to PR misc/50166; it has been noted by GNATS.
From: Robert Millan <rmh%gnu.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, misc-bug-people%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost, rmh%gnu.org@localhost
Cc:
Subject: Re: misc/50166: [PATCH] MAXPATHLEN / PATH_MAX definitions (for GNU/Hurd
support in Rump)
Date: Mon, 24 Aug 2015 23:05:07 +0200
El 24/08/15 a les 21:20, Robert Millan ha escrit:
> --- a/src/tools/make/configure
> +++ b/src/tools/make/configure
> @@ -971,6 +971,10 @@
> #define DEFSHELL_CUSTOM "${BSHELL}"
> EOF
>
> +cat >>confdefs.h <<EOF
> +#define MAXPATHLEN 1024
> +EOF
> +
> # Make sure we have POSIX regex ability.
> ac_ext=c
> ac_cpp='$CPP $CPPFLAGS'
As I assume you re-generate configure from configure.ac, this part was ment
to be editted out before submitting. Sorry for the oversight ;-)
--
Robert Millan
Home |
Main Index |
Thread Index |
Old Index