get rid of unused variable (silly gcc did not report that error)
This commit is contained in:
		@@ -269,7 +269,6 @@ static char *
 | 
			
		||||
hostname(void)
 | 
			
		||||
{
 | 
			
		||||
	char buf[HOST_NAME_MAX];
 | 
			
		||||
	FILE *fp;
 | 
			
		||||
 | 
			
		||||
	if (gethostname(buf, sizeof(buf)) == -1) {
 | 
			
		||||
		warn(1, "hostname");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user