lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. aa825f34b3


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. aa825f34b3b9ea238390fb40509d1db5bc3db018
Date: Tue, 05 May 2015 11:04:43 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  aa825f34b3b9ea238390fb40509d1db5bc3db018 (commit)
       via  bbc1716e697c2251f4ea8df0109b207fbcfc2cc1 (commit)
      from  c013e1343d79bc0fad2259e507c873461348f388 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aa825f34b3b9ea238390fb40509d1db5bc3db018
Author: Edgar Bonet <address@hidden>
Date:   Tue May 5 11:30:53 2015 +0200

    SNMP, Call snmp_set_syscontact() and snmp_set_syslocation() with 3 
arguments.
    
    In ports/unix/proj/minimal/main.c, snmp_set_syscontact() and
    snmp_set_syslocation() should be called with 3, not 2 arguments.

commit bbc1716e697c2251f4ea8df0109b207fbcfc2cc1
Author: Edgar Bonet <address@hidden>
Date:   Tue May 5 11:29:52 2015 +0200

    SNMP, Missing const qualifier on various mib_node* arrays.
    
    In apps/snmp_private_mib/lwip_prvmib.c, various "struct mib_node* const"
    arrays are used to initalize mib_array_node structs. These should be
    "const struct mib_node* const", per the definition of struct
    mib_array_node.

-----------------------------------------------------------------------

Summary of changes:
 apps/snmp_private_mib/lwip_prvmib.c |   10 +++++-----
 ports/unix/proj/minimal/main.c      |    4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]