VirtualBox

Changeset 85320 in vbox


Ignore:
Timestamp:
Jul 13, 2020 9:26:36 PM (4 years ago)
Author:
vboxsync
Message:

lwip/icmp*.h: Clang 11 workaround. [grr] bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/icmp.h

    r85319 r85320  
    7474};
    7575
    76 #ifdef PACK_STRUCT_USE_INCLUDES
    77 #  include "arch/bpstruct.h"
    78 #endif
    7976/** This is the standard ICMP header only that the u32_t data
    8077 *  is splitted to two u16_t like ICMP echo needs it.
     
    9289AssertCompileSize(struct icmp_echo_hdr, sizeof(uint32_t)*2);
    9390#else
     91#ifdef PACK_STRUCT_USE_INCLUDES
     92#  include "arch/bpstruct.h"
     93#endif
    9494PACK_STRUCT_BEGIN
    9595struct icmp_echo_hdr {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette