From b99c4d2f6cde83d3be9e766df3a4d10034503b0e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 26 Mar 2002 23:05:52 +0000 Subject: [PATCH] removed declaration for gethostname --- src/include/os/alpha/osiSock.h | 6 ------ src/include/os/hp700/osiSock.h | 9 +-------- src/include/os/sgi/osiSock.h | 6 ------ src/include/os/solaris/osiSock.h | 6 ------ 4 files changed, 1 insertion(+), 26 deletions(-) diff --git a/src/include/os/alpha/osiSock.h b/src/include/os/alpha/osiSock.h index dcb4bb68a..61b2209eb 100644 --- a/src/include/os/alpha/osiSock.h +++ b/src/include/os/alpha/osiSock.h @@ -26,12 +26,6 @@ struct ifafilt; #include #include #include /* close() and others */ - -/* - * as far as I can tell there is no header file for these - */ -int gethostname(char *name, int namelen); -int sethostname(char *name, int namelen); #ifdef __cplusplus } diff --git a/src/include/os/hp700/osiSock.h b/src/include/os/hp700/osiSock.h index cd1b402ec..5f036261a 100644 --- a/src/include/os/hp700/osiSock.h +++ b/src/include/os/hp700/osiSock.h @@ -27,14 +27,7 @@ extern "C" { #include #include #include /* close() and others */ - -/* - * as far as I can tell there is no header file for these - */ -/* -int gethostname(char *name, int namelen); -int sethostname(char *name, int namelen); -*/ + #ifdef __cplusplus } #endif diff --git a/src/include/os/sgi/osiSock.h b/src/include/os/sgi/osiSock.h index e5f1192bb..91fe32624 100644 --- a/src/include/os/sgi/osiSock.h +++ b/src/include/os/sgi/osiSock.h @@ -25,12 +25,6 @@ extern "C" { #include #include #include /* close() and others */ - -/* - * as far as I can tell there is no header file for these - */ -/* int gethostname(char *name, int namelen); */ -/* int sethostname(char *name, int namelen); */ #ifdef __cplusplus } diff --git a/src/include/os/solaris/osiSock.h b/src/include/os/solaris/osiSock.h index 7279f7265..9d5591a29 100644 --- a/src/include/os/solaris/osiSock.h +++ b/src/include/os/solaris/osiSock.h @@ -36,12 +36,6 @@ extern "C" { #include #include #include /* close() and others */ - -/* - * as far as I can tell there is no header file for these - */ -int gethostname(char *name, int namelen); -int sethostname(char *name, int namelen); #ifdef __cplusplus }