../../daemons/runttys.c:88:42: error: expected ';' at end of declaration char **make_args (const char *line) ^ ; ../../daemons/runttys.c:105:18: error: use of undeclared identifier 'line'; did you mean 'link'? asprintf (&line, "%s %s", tt->ty_getty, tt->ty_name); ^~~~ link /usr/include/unistd.h:812:12: note: 'link' declared here extern int link (const char *__from, const char *__to) ^ ../../daemons/runttys.c:106:11: error: use of undeclared identifier 'line'; did you mean 'link'? if (line == 0) ^~~~ link /usr/include/unistd.h:812:12: note: 'link' declared here extern int link (const char *__from, const char *__to) ^ ../../daemons/runttys.c:114:31: error: use of undeclared identifier 'line'; did you mean 'link'? t->getty_argv = make_args (line); ^~~~ link /usr/include/unistd.h:812:12: note: 'link' declared here extern int link (const char *__from, const char *__to) ^ ../../daemons/runttys.c:115:10: error: use of undeclared identifier 'line'; did you mean 'link'? free (line); ^~~~ link /usr/include/unistd.h:812:12: note: 'link' declared here extern int link (const char *__from, const char *__to) ^ 5 errors generated.