Skip to content

Commit 4bc963b

Browse files
committed
use errx instead of err
1 parent dab0baa commit 4bc963b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

table_stdio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ service_id(const char *service)
7878
if (!strcmp(service, "mailaddrmap"))
7979
return (K_MAILADDRMAP);
8080

81-
err(1, "unknown service %s", service);
81+
errx(1, "unknown service %s", service);
8282
}
8383

8484
void

0 commit comments

Comments
 (0)