Mike Frysinger преди 18 години
родител
ревизия
d407085f6b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      libc/inet/hostid.c

+ 1 - 1
libc/inet/hostid.c

@@ -42,7 +42,7 @@ int sethostid(long int new_id)
 
 long int gethostid(void)
 {
-        char host[MAXHOSTNAMELEN + 1];
+	char host[MAXHOSTNAMELEN + 1];
 	int fd, id;
 
 	/* If hostid was already set the we can return that value.