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

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