[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.3'

Florian Forster octo at verplant.org
Tue May 27 13:15:55 CEST 2008


 build.sh                 |   10 ++++++++++
 src/liboconfig/oconfig.c |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)

New commits:
commit ae210a9978f06e6ed7de560b5621ba3d9c761315
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat May 24 22:29:56 2008 +0200

    build.sh: Check for lex and yacc.
    
    Warn the user, if lex(1) and yacc(1) cannot be found. This is not
    necessarily an error, as flex(1) or bison(1) might be available.
    
    As suggested by Kevin Trumbull (onebinary) on IRC.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit ccf62a092bb5f2c010afaab3d1c1e7f25c5e8606
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat May 24 20:32:43 2008 +0200

    src/liboconfig/oconfig.c: Declare "c_file" as "const char *".
    
    This fixes an "assignment discards qualifiers from pointer target type"
    warning. That string stores the name of the config file which is not
    going to be modified by liboconfig.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list