Appease nxstyle complaints
This commit is contained in:
parent
cf30257f1c
commit
4ac7744c2e
@ -49,14 +49,14 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef UDPBLASTER_HOST
|
#ifdef UDPBLASTER_HOST
|
||||||
/* HTONS/L macros are unique to uIP */
|
/* HTONS/L macros are unique to uIP */
|
||||||
|
|
||||||
# undef HTONS
|
# undef HTONS
|
||||||
# undef HTONL
|
# undef HTONL
|
||||||
# define HTONS(a) htons(a)
|
# define HTONS(a) htons(a)
|
||||||
# define HTONL(a) htonl(a)
|
# define HTONL(a) htonl(a)
|
||||||
|
|
||||||
/* Have SO_LINGER */
|
/* Have SO_LINGER */
|
||||||
|
|
||||||
# define UDPBLASTER_HAVE_SOLINGER 1
|
# define UDPBLASTER_HAVE_SOLINGER 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user