Mike Frysinger vor 18 Jahren
Ursprung
Commit
d407085f6b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.