summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/libc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-21 22:25:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-21 22:25:43 +0000
commit94b3ee1366fddb9aca95f2f1ec61d633deb66510 (patch)
tree343ae71bb853274c8608e0792832a6f72cf33a71 /c/src/exec/libnetworking/libc
parentAdded common problems section after post by Philippe Le Foll (diff)
downloadrtems-94b3ee1366fddb9aca95f2f1ec61d633deb66510.tar.bz2
Made to compile after hacking tftp driver into beginnings of a mini-filesystem.
Diffstat (limited to 'c/src/exec/libnetworking/libc')
-rw-r--r--c/src/exec/libnetworking/libc/res_config.h4
1 files changed, 2 insertions, 2 deletions
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