lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9088] memp: Fix build error when LWIP_HOOK_MEMP_AVA


From: Axel Lin
Subject: [lwip-devel] [patch #9088] memp: Fix build error when LWIP_HOOK_MEMP_AVAILABLE is defined
Date: Thu, 18 Aug 2016 12:59:23 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36

URL:
  <http://savannah.nongnu.org/patch/?9088>

                 Summary: memp: Fix build error when LWIP_HOOK_MEMP_AVAILABLE
is defined
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: axellin
            Submitted on: Thu 18 Aug 2016 12:59:21 PM GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

Fix below build error.

../../../../../lwip/src/core/memp.c: In function ‘memp_free’:
../../../../../lwip/src/core/memp.c:490:31: error: request for member
‘tab’ in something not a structure or union
   old_first = memp_pools[type].tab;
                               ^
../../Common.mk:94: recipe for target 'memp.o' failed
make: *** [memp.o] Error 1

Fixes: de9054cb7a70 ("memp: cleaned up MEMP_MEM_MALLOC")




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 18 Aug 2016 12:59:21 PM GMT  Name:
0001-memp-Fix-build-error-when-LWIP_HOOK_MEMP_AVAILABLE-i.patch  Size: 1kB  
By: axellin

<http://savannah.nongnu.org/patch/download.php?file_id=38250>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9088>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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