Skip to content

Commit 1f860de

Browse files
Added missing undef for m_len in VxWorks collision fix (#4520)
Co-authored-by: Adit Sahasrabudhe <adit.sahasrabudhe@jpl.nasa.gov> Co-authored-by: kevin-f-ortega <kevin.f.ortega@gmail.com>
1 parent f3b191b commit 1f860de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Drv/Ip/UdpSocket.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
// These macros are defined somewhere in inetLib.h.
2727
#undef m_type
2828
#undef m_data
29+
#undef m_len
2930

3031
#else
3132
#include <arpa/inet.h>

0 commit comments

Comments
 (0)