]> git.eshelyaron.com Git - emacs.git/commitdiff
(init_system_name): Clean up signedness mismatch.
authorKarl Heuer <kwzh@gnu.org>
Fri, 12 May 1995 06:52:50 +0000 (06:52 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 12 May 1995 06:52:50 +0000 (06:52 +0000)
src/sysdep.c

index c971cb322427775dd2154de0aedfbfee9d6915aa..742582d538228574e44df98d3fea278bcc5e6729 100644 (file)
@@ -2117,7 +2117,7 @@ init_system_name ()
   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