We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6720e92 commit 249768aCopy full SHA for 249768a
table_stdio.c
@@ -78,7 +78,7 @@ service_id(const char *service)
78
if (!strcmp(service, "mailaddrmap"))
79
return (K_MAILADDRMAP);
80
81
- err(1, "unknown service %s", service);
+ errx(1, "unknown service %s", service);
82
}
83
84
void
0 commit comments