mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
457 B

  1. --- ./src/kernel/DEVA_utils.cxx.orig 2005-02-22 15:32:19.278499456 +0100
  2. +++ ./src/kernel/DEVA_utils.cxx 2005-02-22 15:32:36.492882472 +0100
  3. @@ -11,6 +11,7 @@
  4. #include <sys/socket.h>
  5. #include <netinet/in.h>
  6. #include <netdb.h>
  7. +#include <errno.h>
  8. char *DEVA_utils::hostname= NULL;
  9. char *DEVA_utils::path= NULL;
  10. @@ -206,8 +207,6 @@
  11. return DEVA_utils::hostname;
  12. }
  13. -extern int errno;
  14. -
  15. char *DEVA_utils::perror()
  16. {
  17. return strerror(errno);