changeset 11800:a2f009e1b85b

(init_system_name): Clean up signedness mismatch.
author Karl Heuer <kwzh@gnu.org>
date Fri, 12 May 1995 06:52:50 +0000
parents 4a04c7799790
children df31be5a8a11
files src/sysdep.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/sysdep.c	Fri May 12 02:18:47 1995 +0000
+++ b/src/sysdep.c	Fri May 12 06:52:50 1995 +0000
@@ -2117,7 +2117,7 @@
   uname (&uts);
   Vsystem_name = build_string (uts.nodename);
 #else /* HAVE_GETHOSTNAME */
-  int hostname_size = 256;
+  unsigned int hostname_size = 256;
   char *hostname = (char *) alloca (hostname_size);
 
   /* Try to get the host name; if the buffer is too short, try