Fix "/*" within comment warning
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
parent
1e6205b1ae
commit
98b615106d
|
@ -90,7 +90,7 @@ typedef quad_t * qaddr_t;
|
||||||
# define quad quad_t
|
# define quad quad_t
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* These types are required by netinet/*.h on Cygwin */
|
/* These types are required by netinet/ *.h on Cygwin */
|
||||||
#if __BSD_VISIBLE || defined(__CYGWIN__)
|
#if __BSD_VISIBLE || defined(__CYGWIN__)
|
||||||
#ifndef _BSDTYPES_DEFINED
|
#ifndef _BSDTYPES_DEFINED
|
||||||
/* also defined in mingw/gmon.h and in w32api/winsock[2].h */
|
/* also defined in mingw/gmon.h and in w32api/winsock[2].h */
|
||||||
|
|
Loading…
Reference in New Issue