summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/res_config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/libc/res_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/libc/res_config.h b/cpukit/libnetworking/libc/res_config.h
index 165741889b..83bf217a8c 100644
--- a/cpukit/libnetworking/libc/res_config.h
+++ b/cpukit/libnetworking/libc/res_config.h
@@ -11,6 +11,6 @@
u_int16_t _getshort(const u_char *src);
u_int32_t _getlong(const u_char *src);
int gethostname (char *name, size_t namelen);
-int sethostname (char *name, size_t namelen);
+int sethostname (const char *name, size_t namelen);
int issetugid (void);
#endif