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