diff src/sysdep.c @ 43177:de51098df2fd

(init_system_name): Put unused variable `p' in #if 0.
author Pavel Jan?k <Pavel@Janik.cz>
date Fri, 08 Feb 2002 09:44:05 +0000
parents 64341c22fb4c
children 009de2eaf047 1918306a80b1
line wrap: on
line diff
--- a/src/sysdep.c	Thu Feb 07 20:22:19 2002 +0000
+++ b/src/sysdep.c	Fri Feb 08 09:44:05 2002 +0000
@@ -2378,7 +2378,9 @@
 	if (hp)
 	  {
 	    char *fqdn = (char *) hp->h_name;
+#if 0
 	    char *p;
+#endif
 
 	    if (!index (fqdn, '.'))
 	      {