Appease nxstyle complaints

This commit is contained in:
YAMAMOTO Takashi 2020-03-28 23:47:18 +09:00 committed by Xiang Xiao
parent cf30257f1c
commit 4ac7744c2e

View File

@ -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