On Tue, 2015-07-28 at 16:16 +0200, Tobias Oetiker wrote:
> Hi Jean-Michel,
> 
> Today Jean-Michel Vourgère wrote:
...
> > Before I go on with the patches I have another base question:
> > src/rrd_config_bottom.h contains:

> > > #ifndef MAXPATH
> > > # ifdef PATH_MAX
> > > #  define MAXPATH PATH_MAX
> > > # endif
> > > #endif
> > > #ifndef MAXPATH
> > > /* else try the BSD variant */
> > > # ifdef MAXPATHLEN
> > > #  define MAXPATH MAXPATHLEN
> > > # endif
> > > #endif
> >
> > So I guess one should change all occurrences of PATH_MAX
> > (src/rrd_client.c, src/rrd_daemon.c) by MAXPATH, right?
> > Or am I missing something?

Hi, maybe I could update my patches to latest git, and we create a
working rrd-tool also for GNU/Hurd. I have checked that my patches are
clean for rrd_client.c and am almost sure they are also for
rrd_daemon.c. Any easy way to run a test case for rrd_daemon with
valgrind?

_______________________________________________
rrd-developers mailing list
rrd-developers@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Reply via email to