From ff0f694d466fb114c185bf464811658f97d012f1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Aug 1998 21:47:37 +0000 Subject: Fixed many warnings. --- cpukit/libnetworking/libc/res_config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/libnetworking/libc/res_config.h') diff --git a/cpukit/libnetworking/libc/res_config.h b/cpukit/libnetworking/libc/res_config.h index 644e7d796a..9e5715cf28 100644 --- a/cpukit/libnetworking/libc/res_config.h +++ b/cpukit/libnetworking/libc/res_config.h @@ -6,3 +6,11 @@ #define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */ #define CHECK_SRVR_ADDR 1 /* confirm that the server requested sent the reply */ #define BIND_UPDATE 1 /* update support */ + +#if defined(__rtems__) +u_int16_t _getshort(const u_char *src); +u_int32_t _getlong(const u_char *src); +int gethostname (char *name, int namelen); +int sethostname (char *name, int namelen); +int issetugid (void); +#endif -- cgit v1.2.3