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)



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