Skip to content
Snippets Groups Projects
  1. Jul 30, 2008
  2. Jul 29, 2008
  3. Jul 27, 2008
  4. Jul 24, 2008
  5. Jul 23, 2008
  6. Jul 22, 2008
  7. Jul 21, 2008
  8. Jul 20, 2008
    • Yang Tse's avatar
      Added "pointer to void" as another data type to check for the sixth argument of · 184229b1
      Yang Tse authored
      function recvfrom as a result of the info additionally logged when running on a
      Solaris system.
      
      The compiler error showed that the prototype being used on Solaris was the one
      declared in line 427 of "/usr/include/sys/socket.h" as:
      
      function(int,
               pointer to void,
               unsigned int,
               int,
               pointer to struct sockaddr,
               pointer to void) returning int
      184229b1
  9. Jul 17, 2008
  10. Jul 16, 2008
  11. Jul 02, 2008
  12. Jun 30, 2008
  13. Jun 29, 2008
  14. Jun 20, 2008
  15. Jun 18, 2008
  16. Jun 06, 2008
  17. May 21, 2008
  18. May 20, 2008
  19. May 19, 2008
  20. May 14, 2008
  21. May 12, 2008
  22. May 10, 2008
  23. Oct 18, 2007
  24. Apr 03, 2007
  25. Mar 22, 2007
  26. Mar 08, 2007
  27. Feb 15, 2007
  28. Feb 07, 2007
  29. Nov 22, 2006
    • Yang Tse's avatar
      Added a check in configure that verifies if <signal.h> is available, · 73226415
      Yang Tse authored
      defining HAVE_SIGNAL_H if the header is available.
      
      Added a check in configure that tests if the sig_atomic_t type is
      available, defining HAVE_SIG_ATOMIC_T if it is available. Providing
      a suitable default in setup_once.h if not available.
      
      Added a check in configure that tests if the sig_atomic_t type is
      already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE
      if it is available and already defined as volatile.
      73226415
  30. Oct 13, 2006
  31. Aug 04, 2006
Loading