From 94b3ee1366fddb9aca95f2f1ec61d633deb66510 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Jan 1999 22:25:43 +0000 Subject: Made to compile after hacking tftp driver into beginnings of a mini-filesystem. --- c/src/exec/libnetworking/libc/res_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/libnetworking/libc') diff --git a/c/src/exec/libnetworking/libc/res_config.h b/c/src/exec/libnetworking/libc/res_config.h index 57ec414226..fbd1d694f7 100644 --- a/c/src/exec/libnetworking/libc/res_config.h +++ b/c/src/exec/libnetworking/libc/res_config.h @@ -14,7 +14,7 @@ #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 gethostname (char *name, size_t namelen); +int sethostname (char *name, size_t namelen); int issetugid (void); #endif -- cgit v1.2.3