changeset 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 0d7ab82f058d
children b8c194e98500
files src/sysdep.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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, '.'))
 	      {