Fix typos

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19548 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2004-06-19 03:22:11 +00:00
parent 858a5d5a90
commit 43ba34ba4c
4 changed files with 12 additions and 3 deletions

View file

@ -4803,7 +4803,7 @@ xgethostname (void)
addnull = 1;
#endif /* _SC_HOST_NAME_MAX */
#ifdef INTERNET_MAX_HOST_NAME_LENGTH
size = INTERNET_MAX_HOST_NAME_LENGTH
size = INTERNET_MAX_HOST_NAME_LENGTH;
addnull = 1;
#endif
if (size <= 0)