../../proc/host.c:255:37: error: expected ';' at end of declaration inline void initstr (char *string) ^ ; ../../proc/host.c:288:54: error: expected ';' at end of declaration int compare_versions (const void *a, const void *b) ^ ; ../../proc/host.c:297:23: error: use of undeclared identifier 'nversions' for (j = 0; j < nversions; ++j) ^ ../../proc/host.c:298:16: error: use of undeclared identifier 'versions' if (! strcmp (versions[j].version, server_versions[i].version)) ^ ../../proc/host.c:300:8: error: use of undeclared identifier 'versions' ++versions[j].count; ^ ../../proc/host.c:303:16: error: use of undeclared identifier 'nversions' if (j == nversions) ^ ../../proc/host.c:305:4: error: use of undeclared identifier 'versions' versions[nversions].version = server_versions[i].version; ^ ../../proc/host.c:305:13: error: use of undeclared identifier 'nversions' versions[nversions].version = server_versions[i].version; ^ ../../proc/host.c:306:4: error: use of undeclared identifier 'versions' versions[nversions].count = 1; ^ ../../proc/host.c:306:13: error: use of undeclared identifier 'nversions' versions[nversions].count = 1; ^ ../../proc/host.c:307:6: error: use of undeclared identifier 'nversions' ++nversions; ^ ../../proc/host.c:312:10: error: use of undeclared identifier 'versions' qsort (versions, nversions, sizeof (struct version), compare_versions); ^ ../../proc/host.c:317:31: error: use of undeclared identifier 'versions' strcpy (uname_info.release, versions[0].version); ^ ../../proc/host.c:323:7: error: use of undeclared identifier 'versions' if (versions[0].count > 1) ^ ../../proc/host.c:324:21: error: use of undeclared identifier 'versions' addstr ("Hurd", versions[0].version); ^ ../../proc/host.c:328:7: error: use of undeclared identifier 'versions' if (versions[0].count != nserver_versions) ^ ../../proc/host.c:330:11: error: use of undeclared identifier 'versions' if (versions[0].count == 1 ^ ../../proc/host.c:331:43: error: use of undeclared identifier 'versions' || strcmp (server_versions[i].version, versions[0].version)) ^ 18 errors generated.