Remove dot at the end of errx() message.
Noted by: bde MFC after: 3 days
This commit is contained in:
parent
6e2e67160e
commit
43648bc031
@ -66,7 +66,7 @@ test_named(void)
|
|||||||
err(2, "second sem_open call failed");
|
err(2, "second sem_open call failed");
|
||||||
if (s != s2)
|
if (s != s2)
|
||||||
errx(3,
|
errx(3,
|
||||||
"two sem_open calls for same semaphore do not return same address.");
|
"two sem_open calls for same semaphore do not return same address");
|
||||||
if (sem_close(s2))
|
if (sem_close(s2))
|
||||||
err(4, "sem_close failed");
|
err(4, "sem_close failed");
|
||||||
if ((pid = fork()) == 0) {
|
if ((pid = fork()) == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user