Use the sreadfrom() wrapper to replace recvfrom() in our code.

pull/1/head
Yang Tse 17 years ago
parent 44ae9e4697
commit 1faffd7a7e
  1. 7
      setup_once.h

@ -222,6 +222,13 @@ struct timeval {
#endif /* HAVE_RECVFROM */
#ifdef RECVFROM_TYPE_ARG6_IS_VOID
# define RECVFROM_ARG6_T unsigned int
#else
# define RECVFROM_ARG6_T RECVFROM_TYPE_ARG6
#endif
/*
* Uppercase macro versions of ANSI/ISO is*() functions/macros which
* avoid negative number inputs with argument byte codes > 127.

Loading…
Cancel
Save