lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1052-g8b6bb1a
Date: Sun, 19 Nov 2017 08:18:01 -0500 (EST)

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 "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  8b6bb1a503315851bff298f44628850dc3df85d1 (commit)
      from  f5c37c8cbb20c2542c074c83473198401f0b3320 (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 8b6bb1a503315851bff298f44628850dc3df85d1
Author: Axel Lin <address@hidden>
Date:   Sun Nov 19 13:58:24 2017 +0800

    apps/httpd: Fix build error when LWIP_HTTPD_TIMING=1
    
    Include lwip/sys.h to fix below build error:
    
    ../../../../lwip/src/apps/httpd/httpd.c:470:23: error: implicit declaration 
of function ‘sys_now’ [-Werror=implicit-function-declaration]
         u32_t ms_needed = sys_now() - hs->time_started;
                           ^~~~~~~
    
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/apps/httpd/httpd.c | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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